Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
This-is-XiaoDeng authored Dec 17, 2023
1 parent 1dc9c97 commit e46bb96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Upload Release Asset
uses: actions/upload-release-asset@v2
uses: actions/upload-release-asset@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/onedisc.exe
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
zip -r onedisc.zip onedisc
- name: Upload Release Asset
uses: actions/upload-release-asset@v2
uses: actions/upload-release-asset@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/onedisc.zip
Expand Down

0 comments on commit e46bb96

Please sign in to comment.