diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 40dd77b..c7719bb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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