mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix script env
This commit is contained in:
parent
401f2496d7
commit
b1d5ccb295
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -19,6 +19,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./ci/build.sh
|
./ci/build.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
APPLICATION: ${{ secrets.APPLICATION }}
|
||||||
|
INSTALLER: ${{ secrets.INSTALLER }}
|
||||||
|
APPLE_PASS: ${{ secrets.APPLE_PASS }}
|
||||||
|
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||||
|
APIKEY: ${{ secrets.APIKEY }}
|
||||||
- name: "Upload"
|
- name: "Upload"
|
||||||
run: |
|
run: |
|
||||||
./ci/upload.sh
|
./ci/upload.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue