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 dda23ae commit c20c918
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,16 @@ jobs:
# path: MajsoulPaipuAnalyzer-linux-x64.7z
# - name: fake artifact
# run: mv result.html MajsoulPaipuAnalyzer-linux-x64.7z
- uses: actions/upload-artifact@v2
with:
name: MajsoulPaipuAnalyzer-win-x64.7z
path: MajsoulPaipuAnalyzer-win-x64.7z
- uses: actions/upload-artifact@v2
with:
name: PaipuAnalyzer.exe
path: bin/debug/PaipuAnalyzer.exe
- name: Upload to release
if: github.event_name != 'workflow_dispatch'
run: |
cp .github/asset.js .
node asset.js ${{ secrets.ACCESS_TOKEN }} $GITHUB_EVENT_PATH $GITHUB_REPOSITORY MajsoulPaipuAnalyzer-linux-x64.7z application/octet_stream

0 comments on commit c20c918

Please sign in to comment.