Skip to content

Commit

Permalink
Fix archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jan 12, 2025
1 parent 2fd3a8e commit b1e7a83
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 @@ -40,5 +40,5 @@ jobs:
- name: archive vat
uses: actions/upload-artifact@v4
with:
name: vat
name: vat-${{ matrix.target }}
path: build/libs/vat-${{ matrix.target }}

0 comments on commit b1e7a83

Please sign in to comment.