mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Tweak release process
This commit is contained in:
parent
01be7194e3
commit
c754f51e02
4 changed files with 42 additions and 2 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -15,10 +15,14 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: "Run script"
|
||||
- name: "Build"
|
||||
run: |
|
||||
./ci/build.sh
|
||||
shell: bash
|
||||
- name: "Upload"
|
||||
run: |
|
||||
./ci/upload.sh
|
||||
shell: bash
|
||||
env:
|
||||
APPLICATION: ${{ secrets.APPLICATION }}
|
||||
INSTALLER: ${{ secrets.INSTALLER }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue