Skip to content

Commit

Permalink
Update GitHub action to upload executable binary to artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoMiao committed Apr 1, 2024
1 parent a69dc66 commit 15aa907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
- name: Upload executable to artifacts
uses: actions/upload-artifact@v4
with:
name: arknights_bot_build_${{ github.event.pull_request.head.sha }}
name: arknights_bot
path: src/arknights_bot
compression-level: 0

0 comments on commit 15aa907

Please sign in to comment.