CI: Tag Windows builds so they can be updated

This commit is contained in:
Connor McLaughlin 2020-08-06 22:11:08 +10:00
parent c09bfc4d2b
commit c2a60b766d
2 changed files with 7 additions and 3 deletions

View File

@ -24,6 +24,13 @@ jobs:
fetch-depth: 0
submodules: true
- name: Tag as release build
shell: cmd
run: |
echo #pragma once > src/scmversion/tag.h
echo #define SCM_RELEASE_TAG "latest" >> src/scmversion/tag.h
echo #define SCM_RELEASE_ASSET "duckstation-windows-x64-release.zip" >> src/scmversion/tag.h
- name: Compile release build
shell: cmd
run: |

View File

@ -1,3 +0,0 @@
#pragma once
#define SCM_RELEASE_TAG "latest"
#define SCM_RELEASE_ASSET "duckstation-windows-x64-release.zip"