Skip to content

Commit

Permalink
Use glob to match files
Browse files Browse the repository at this point in the history
Avoid using shell variables in the YAML declaration for artefacts.
  • Loading branch information
sgerrand committed Nov 15, 2023
1 parent 6402534 commit 48bf7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: artefacts
path: artefacts/glibc-bin-$GLIBC_VERSION-0-$(uname -m).tar.gz
path: artefacts/glibc-bin-*.tar.gz

0 comments on commit 48bf7f1

Please sign in to comment.