Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Feb 13, 2024
1 parent c20c918 commit 483cee3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
# run: mv result.html MajsoulPaipuAnalyzer-linux-x64.7z
- uses: actions/upload-artifact@v2
with:
name: MajsoulPaipuAnalyzer-win-x64.7z
path: MajsoulPaipuAnalyzer-win-x64.7z
name: MajsoulPaipuAnalyzer-linux-x64.7z
path: MajsoulPaipuAnalyzer-linux-x64.7z
- uses: actions/upload-artifact@v2
with:
name: PaipuAnalyzer.exe
path: bin/debug/PaipuAnalyzer.exe
name: PaipuAnalyzer
path: bin/release/PaipuAnalyzer
- name: Upload to release
if: github.event_name != 'workflow_dispatch'
run: |
Expand Down

0 comments on commit 483cee3

Please sign in to comment.