Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Oct 12, 2024
1 parent 5d275c0 commit b2cb695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{env.FILE_OUTPUT}}
file: ${{ steps.release-id.outputs.upload_url }}
asset_name: v1
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit b2cb695

Please sign in to comment.