Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k authored Dec 23, 2021
1 parent 4b741cb commit b97cc88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ jobs:
for ASSET in $FILES; do
ASSETS+=("-a" "$ASSET")
done
ASSETS+=("-a" "${{github.workspace}}/scripts/ReaBlink_Monitor.lua")
hub release edit "${ASSETS[@]}" -m "" "${{github.ref}}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b97cc88

Please sign in to comment.