Skip to content

Commit

Permalink
actions: use JID for artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Feb 14, 2024
1 parent 180b27e commit 30a481d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ jobs:
uses: actions/upload-artifact@v4
if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.goal == 'build'
with:
name: gyb-binaries
name: ${{ matrix.jid }}
path: |
*.tar.xz
*.zip
Expand Down

0 comments on commit 30a481d

Please sign in to comment.