1
0
Fork 0

Use fixed name for a GitHub-generated zip

This commit is contained in:
Patryk Obara 2019-12-05 21:58:03 +01:00 committed by Patryk Obara
parent 57d61085e2
commit 9576db91c1
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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