mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Oh FFS
This commit is contained in:
parent
f3ef9a3cb8
commit
a177988f97
2 changed files with 2 additions and 1 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
retention-days: 30
|
||||
|
||||
release:
|
||||
name: Release
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ ROOT=$(pwd)
|
|||
|
||||
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