Skip to content

Commit

Permalink
Update CI to use gh instead of hub
Browse files Browse the repository at this point in the history
  • Loading branch information
X9VoiD committed Oct 31, 2023
1 parent d665d36 commit a454ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: |
declare -a files
for file in $(ls ./build); do
files+=("-a" "./build/$file")
files+=("./build/$file")
done
hub release create -d -m "VoiDPlugins v$TAG" "$TAG" "${files[@]}"
gh release create -d -t "VoiDPlugins v$TAG" "$TAG" "${files[@]}"

0 comments on commit a454ec9

Please sign in to comment.