mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
8 lines
142 B
Bash
8 lines
142 B
Bash
|
|
#!/bin/bash -e
|
||
|
|
set -x
|
||
|
|
|
||
|
|
cd "$(dirname "$0")"
|
||
|
|
cd ..
|
||
|
|
ROOT=$(pwd)
|
||
|
|
|
||
|
|
gh release create "nexus_$GITHUB_REF_NAME" -F Changelist.txt ../Binaries/*.zip
|