Skip to content

Commit

Permalink
fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord authored Dec 5, 2023
1 parent 5b2bc92 commit 04916b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_qqmsg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: QQMsg_${{ matrix.arch }}
path: QQMsg/*.exe
path: QQMsg/QQMsg.exe


release:
needs: build
Expand All @@ -56,4 +57,4 @@ jobs:
draft: false
prerelease: false
fail_on_unmatched_files: true
files: 'artifacts/*'
files: 'artifacts/*/*.exe'

0 comments on commit 04916b5

Please sign in to comment.