Skip to content

Commit 22888ed

Browse files
committed
Modify to release executable files
1 parent 62f52a1 commit 22888ed

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
@@ -96,9 +96,9 @@ jobs:
9696
run: ${{matrix.CMD_BUILD}}
9797
- name: Upload Release Asset
9898
id: upload-release-asset
99-
uses: softprops/action-gh-release@v1
99+
uses: actions/upload-release-asset@v1.0.1
100100
env:
101-
GITHUB_TOKEN: ${{ github.token }}
101+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102
with:
103103
asset_path: ./${{ matrix.OUT_FILE_NAME}}
104104
deploy:

0 commit comments

Comments
 (0)