This commit is contained in:
手瓜一十雪
2024-04-16 14:01:05 +08:00
parent 36ce3b08fe
commit f84d0db811

View File

@@ -119,8 +119,8 @@ jobs:
- name: Create Release Draft and Upload Artifacts - name: Create Release Draft and Upload Artifacts
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
name: NapCat V0.0.0 name: NapCat V${{ env.VERSION }}
token: ${{ env.VERSION }} token: ${{ secrets.NAPCAT_BUILD }}
files: | files: |
NapCat.win32.x64.zip NapCat.win32.x64.zip
NapCat.linux.x64.zip NapCat.linux.x64.zip