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
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
#define VERSION "staging"
|
||||
/* String appended to the .conf file. */
|
||||
#define CONF_BRAND "staging-git"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "git"
|
||||
|
||||
/* Define to 1 to enable internal debugger, requires libcurses */
|
||||
#define C_DEBUG 0
|
||||
|
|
Loading…
Add table
Reference in a new issue