mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Fix release script
This commit is contained in:
parent
16baeba4e7
commit
f3ef9a3cb8
2 changed files with 1 additions and 9 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -38,12 +38,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
run: ./release.sh
|
run: ./release.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,8 @@
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
cd ..
|
|
||||||
ROOT=$(pwd)
|
ROOT=$(pwd)
|
||||||
|
|
||||||
find .
|
|
||||||
unzip Binaries/Binaries.zip
|
|
||||||
rm Binaries/Binaries.zip
|
|
||||||
find .
|
find .
|
||||||
|
|
||||||
gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ../Binaries/*.zip
|
gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ../Binaries/*.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue