mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-05-08 17:54:12 +02:00
ci: zip build
This commit is contained in:
parent
e8a020d539
commit
7ee0f9899d
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -140,6 +140,15 @@ jobs:
|
|||||||
name: build-linux
|
name: build-linux
|
||||||
path: build/linux
|
path: build/linux
|
||||||
|
|
||||||
|
- name: Zip Builds
|
||||||
|
run: |
|
||||||
|
cd build/windows
|
||||||
|
zip -r ../windows.zip .
|
||||||
|
cd ../macos
|
||||||
|
zip -r ../macos.zip .
|
||||||
|
cd ../linux
|
||||||
|
zip -r ../linux.zip .
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: softprops/action-gh-release@v2.2.2
|
uses: softprops/action-gh-release@v2.2.2
|
||||||
@ -154,6 +163,6 @@ jobs:
|
|||||||
Commit: `${{ github.sha }}`
|
Commit: `${{ github.sha }}`
|
||||||
prerelease: ${{ github.ref != 'refs/heads/main' }}
|
prerelease: ${{ github.ref != 'refs/heads/main' }}
|
||||||
files: |
|
files: |
|
||||||
build/windows/**/*
|
build/windows.zip
|
||||||
build/macos/**/*
|
build/macos.zip
|
||||||
build/linux/**/*
|
build/linux.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user