Skip to content

Commit

Permalink
Remove fp- prefix (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan authored Mar 1, 2022
1 parent f595fc9 commit de399e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: fp-${{ matrix.target }}
name: ${{ matrix.target }}
path: /tmp/artifact/
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit de399e5

Please sign in to comment.