From 9576db91c16e64a4014651451ba51a83eb0e2654 Mon Sep 17 00:00:00 2001 From: Patryk Obara Date: Thu, 5 Dec 2019 21:58:03 +0100 Subject: [PATCH] Use fixed name for a GitHub-generated zip --- .github/workflows/linux.yml | 2 +- src/platform/visualc/config.h | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c9da5251..11667330 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 5bb8d252..38e1cc67 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -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