texlive[69434] Build/source/.github/workflows/main.yml: [gh actions]

commits+preining at tug.org commits+preining at tug.org
Mon Jan 15 14:27:26 CET 2024


Revision: 69434
          https://tug.org/svn/texlive?view=revision&revision=69434
Author:   preining
Date:     2024-01-15 14:27:26 +0100 (Mon, 15 Jan 2024)
Log Message:
-----------
[gh actions] more it-is-not-jinja fixes

Modified Paths:
--------------
    trunk/Build/source/.github/workflows/main.yml

Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml	2024-01-15 13:08:22 UTC (rev 69433)
+++ trunk/Build/source/.github/workflows/main.yml	2024-01-15 13:27:26 UTC (rev 69434)
@@ -71,14 +71,14 @@
       - name: save artifact
         uses: actions/upload-artifact at v4
         with:
-          name: texlive-bin-{{ matrix.arch }}.tar.gz
-          path: texlive-bin-{{ matrix.arch }}.tar.gz
+          name: texlive-bin-${{ matrix.arch }}.tar.gz
+          path: texlive-bin-${{ matrix.arch }}.tar.gz
           compression-level: 0
       - name: Release
         uses: softprops/action-gh-release at v1
         if: startsWith(github.ref, 'refs/tags/')
         with:
-          files: texlive-bin-{{ matrix.arch }}.tar.gz
+          files: texlive-bin-${{ matrix.arch }}.tar.gz
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 



More information about the tex-live-commits mailing list.