summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2024-02-10 18:57:11 +0000
committerNorbert Preining <preining@logic.at>2024-02-10 18:57:11 +0000
commitf0b4550c8d7414f1b8aaca7b83135054d21d937a (patch)
tree4f23b6441a97d6d558a952e139ddfda2cb653377 /Build
parentdf81f1d7abc80aa3358d94c945f18d5ed311e8e6 (diff)
[GHA] upload release asset: hopefully fix file finding
git-svn-id: svn://tug.org/texlive/trunk@69773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml
index f905213152d..6963c3bf839 100644
--- a/Build/source/.github/workflows/main.yml
+++ b/Build/source/.github/workflows/main.yml
@@ -116,7 +116,7 @@ jobs:
uses: AButler/upload-release-assets@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 @@ jobs:
uses: AButler/upload-release-assets@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 }}