mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +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
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue