mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Update release script
This commit is contained in:
parent
9f4f1dfeda
commit
81b948cdcb
2 changed files with 3 additions and 3 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -42,9 +42,9 @@ jobs:
|
||||||
APPLE_USER: ${{ secrets.APPLE_USER }}
|
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||||
APIKEY: ${{ secrets.APIKEY }}
|
APIKEY: ${{ secrets.APIKEY }}
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Binaries
|
name: Binaries ${{ matrix.name }}
|
||||||
path: ci/bin/*.zip
|
path: ci/bin/*.zip
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ set -x
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
ROOT=$(pwd)
|
ROOT=$(pwd)
|
||||||
|
|
||||||
gh release create "$GITHUB_REF_NAME" -F ./Changelist.txt ./Binaries/*.zip
|
gh release create "$GITHUB_REF_NAME" -F ./Changelist.txt "./Binaries Windows/*.zip" "./Binaries Linux/*.zip" "./Binaries macOS/*.zip"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue