mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Create installer
This commit is contained in:
parent
26f572a019
commit
386a89cc9a
11 changed files with 591 additions and 36 deletions
13
.github/workflows/release.yaml
vendored
13
.github/workflows/release.yaml
vendored
|
|
@ -22,6 +22,11 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Inno Setup (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
run: choco install innosetup -y
|
||||
|
||||
- name: "Build"
|
||||
run: |
|
||||
./ci/build.sh
|
||||
|
|
@ -32,6 +37,7 @@ jobs:
|
|||
APPLE_PASS: ${{ secrets.APPLE_PASS }}
|
||||
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||
APIKEY: ${{ secrets.APIKEY }}
|
||||
|
||||
- name: "Upload"
|
||||
run: |
|
||||
./ci/upload.sh
|
||||
|
|
@ -42,11 +48,16 @@ jobs:
|
|||
APPLE_PASS: ${{ secrets.APPLE_PASS }}
|
||||
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||
APIKEY: ${{ secrets.APIKEY }}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Binaries ${{ matrix.name }}
|
||||
path: ci/bin/*.zip
|
||||
path: |
|
||||
ci/bin/*.zip
|
||||
ci/bin/*.pkg
|
||||
ci/bin/*.deb
|
||||
ci/bin/*.exe
|
||||
retention-days: 30
|
||||
|
||||
release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue