Skip to content

Commit 8b23c52

Browse files
committed
Modify to upload release assets
1 parent 2ad6b90 commit 8b23c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ jobs:
9898
id: upload-release-asset
9999
uses: softprops/action-gh-release@v1
100100
env:
101-
GITHUB_TOKEN: ${{ github.token }}
101+
GITHUB_TOKEN: ${{ secrets.TOKEN }}
102102
with:
103-
asset_path: ./${{ matrix.OUT_FILE_NAME}}
103+
files: ./${{ matrix.OUT_FILE_NAME}}
104104
deploy:
105105
runs-on: ubuntu-latest
106106
needs: build

0 commit comments

Comments
 (0)