diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc5845f9..07847e78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 \ No newline at end of file + 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