mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-07 04:34:07 +00:00
Fix
This commit is contained in:
@ -79,10 +79,10 @@ jobs:
|
|||||||
tar xjf linux-amd64-github-release.tar.bz2
|
tar xjf linux-amd64-github-release.tar.bz2
|
||||||
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||||
for artifact in ./artifacts/*; do
|
for artifact in ./artifacts/*; do
|
||||||
./bin/linux/amd64/github-release upload \\
|
./bin/linux/amd64/github-release upload \
|
||||||
-u ${{ steps.get_repo_data.outputs.AUTHOR }} \\
|
-u ${{ steps.get_repo_data.outputs.AUTHOR }} \
|
||||||
-r ${{ steps.get_repo_data.outputs.REPO_NAME }} \\
|
-r ${{ steps.get_repo_data.outputs.REPO_NAME }} \
|
||||||
--tag ${{ steps.get_version.outputs.FULL_TAG }} \\
|
--tag ${{ steps.get_version.outputs.FULL_TAG }} \
|
||||||
--name ${artifact}
|
--name ${artifact} \
|
||||||
--file ./artifact/${artifact}
|
--file ./artifact/${artifact}
|
||||||
done
|
done
|
Reference in New Issue
Block a user