Use fixed name for a GitHub-generated zip
This commit is contained in:
parent
57d61085e2
commit
9576db91c1
2 changed files with 6 additions and 2 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -85,5 +85,5 @@ jobs:
|
|||
# a tarball), and it removes all executable flags while zipping.
|
||||
# Letting it zip a tarball preserves flags in the compressed files.
|
||||
with:
|
||||
name: ${{ env.VERSION }}-linux-x86_64
|
||||
name: dosbox-staging-linux-x86_64
|
||||
path: dosbox-staging-${{ env.VERSION }}.tar.xz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue