Skip to content

Commit

Permalink
fix artifact names in test-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 21, 2024
1 parent 92561d0 commit 15cfdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Upload built binaries
uses: actions/upload-artifact@v4
with:
name: test-binary-${{ matrix.os }}
name: glistix-test-${{ matrix.target }}
path: |
${{ env.ASSET }}
${{ env.ASSET }}.sha256
Expand Down

0 comments on commit 15cfdee

Please sign in to comment.