Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa authored Apr 14, 2024
1 parent 0588541 commit d2e6b27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ jobs:
- name: Create Release Draft and Upload Artifacts
uses: softprops/action-gh-release@v1
with:
name: NapCat V0.0.0
token: ${{ secrets.NAPCAT_BUILD }}
files: |
NapCat.win32.amd64.zip
NapCat.linux.amd64.zip
NapCat.win32.x64.zip
NapCat.linux.x64.zip
NapCat.linux.arm64.zip
NapCat.darwin.amd64.zip
NapCat.darwin.x64.zip
NapCat.darwin.arm64.zip
draft: true

0 comments on commit d2e6b27

Please sign in to comment.