having a look at zipping an archive and uploading artifacts

This commit is contained in:
Timothee 'TTimo' Besset 2021-05-16 16:34:58 -05:00
parent 8aaa7706ca
commit 42d0849814
1 changed files with 9 additions and 1 deletions

View File

@ -39,4 +39,12 @@ jobs:
run: msbuild /p:Configuration=Release /p:Platform=Win32 /target:radiant
- name: Build q3map2 x64
run: msbuild /p:Configuration=Release /p:Platform=x64 /target:q3map2
run: msbuild /p:Configuration=Release /p:Platform=x64 /target:q3map2
- name: Create archive
run: zip -r GtkRadiant.zip install
- uses: actions/upload-artifact@v2
with:
name: Upload
path: GtkRadiant.zip