Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0wwafa committed Jul 25, 2024
1 parent 555995f commit 112a03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./your_program_name
asset_name: your_program_name
asset_path: ./bytecomp
asset_name: bytecomp
asset_content_type: application/octet-stream

0 comments on commit 112a03c

Please sign in to comment.