mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-27 03:41:03 +00:00
having a look at zipping an archive and uploading artifacts
This commit is contained in:
parent
8aaa7706ca
commit
42d0849814
1 changed files with 9 additions and 1 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -40,3 +40,11 @@ jobs:
|
||||||
|
|
||||||
- name: Build q3map2 x64
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue