Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Jul 11, 2024
1 parent 06bef23 commit c11475c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./dist/OpenBlock-ExternalResources-v${{ steps.get-version.outputs.VERSION }}.exe
asset_name: ./OpenBlock-ExternalResources-v${{ steps.get-version.outputs.VERSION }}.exe
asset_content_type: application/octet-stream
Expand All @@ -150,7 +150,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./dist/OpenBlock-ExternalResources-v${{ steps.get-version.outputs.VERSION }}.pkg
asset_name: ./OpenBlock-ExternalResources-v${{ steps.get-version.outputs.VERSION }}.pkg
asset_content_type: application/octet-stream
Expand All @@ -175,7 +175,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./dist/OpenBlock-ExternalResources-v${{ steps.get-version.outputs.VERSION }}.deb
asset_name: ./OpenBlock-ExternalResources-v${{ steps.get-version.outputs.VERSION }}.deb
asset_content_type: application/octet-stream

0 comments on commit c11475c

Please sign in to comment.