Skip to content

Commit

Permalink
fix: add env option
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 committed Aug 9, 2024
1 parent 35020c5 commit df0a9b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:

- name: Upload updater for Windows
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/bds-updater-windows.exe
Expand All @@ -67,6 +69,8 @@ jobs:

- name: Upload updater for Linux
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/bds-updater-linux
Expand Down

0 comments on commit df0a9b2

Please sign in to comment.