mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-04 16:51:38 -05:00
Update CI to use gh instead of hub
This commit is contained in:
parent
d665d36f1e
commit
a454ec975c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/generate_release.yml
vendored
4
.github/workflows/generate_release.yml
vendored
|
@ -32,6 +32,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
declare -a files
|
declare -a files
|
||||||
for file in $(ls ./build); do
|
for file in $(ls ./build); do
|
||||||
files+=("-a" "./build/$file")
|
files+=("./build/$file")
|
||||||
done
|
done
|
||||||
hub release create -d -m "VoiDPlugins v$TAG" "$TAG" "${files[@]}"
|
gh release create -d -t "VoiDPlugins v$TAG" "$TAG" "${files[@]}"
|
Loading…
Add table
Reference in a new issue