Skip to content

Commit

Permalink
fix: use unique name for artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian committed Sep 21, 2024
1 parent f112ce0 commit 44de13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Upload workflow artifacts
uses: actions/upload-artifact@v4
with:
name: 'plugin-binaries-${{ matrix.GOOS }}'
name: 'plugin-binaries-${{ matrix.GOOS }}-${{ matrix.GOARCH }}'
path: age-plugin-sss*

release:
Expand Down

0 comments on commit 44de13c

Please sign in to comment.