texlive[69773] Build/source/.github/workflows/main.yml: [GHA] upload

commits+preining at tug.org commits+preining at tug.org
Sat Feb 10 19:57:11 CET 2024


Revision: 69773
          https://tug.org/svn/texlive?view=revision&revision=69773
Author:   preining
Date:     2024-02-10 19:57:11 +0100 (Sat, 10 Feb 2024)
Log Message:
-----------
[GHA] upload release asset: hopefully fix file finding

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-02-10 18:57:04 UTC (rev 69772)
+++ trunk/Build/source/.github/workflows/main.yml	2024-02-10 18:57:11 UTC (rev 69773)
@@ -116,7 +116,7 @@
         uses: AButler/upload-release-assets at v3.0
         if: matrix.release_build
         with:
-          files: $GITHUB_WORKSPACE/repo/texlive-bin-${{ matrix.tl_name }}.tar.gz
+          files: ${{ github.workspace }}/repo/texlive-bin-${{ matrix.tl_name }}.tar.gz
           repo-token: ${{ secrets.GITHUB_TOKEN }}
 
 
@@ -174,5 +174,5 @@
         uses: AButler/upload-release-assets at v3.0
         if: matrix.release_build
         with:
-          files: $GITHUB_WORKSPACE/repo/texlive-bin-${{ matrix.arch }}-${{ matrix.os }}.tar.gz
+          files: ${{ github.workspace }}/repo/texlive-bin-${{ matrix.arch }}-${{ matrix.os }}.tar.gz
           repo-token: ${{ secrets.GITHUB_TOKEN }}



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