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