Skip to content

Commit

Permalink
update build.yml; forgot auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Aug 18, 2023
1 parent 38eb193 commit 13754a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
-
name: Upload Release Assets
uses: zyxkad/upload-release-asset-dir@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_dir: ./output

0 comments on commit 13754a2

Please sign in to comment.