Skip to content

Commit

Permalink
Fix GitHub workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysB committed Dec 1, 2024
1 parent 9a4c76b commit 223bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ github.repository }}-artifact
name: ${{ github.ref_name }}-artifact
path: target/*.jar

0 comments on commit 223bbdf

Please sign in to comment.