Skip to content

Commit

Permalink
ci, fix: fix the GitHub Actinos failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Aug 6, 2022
1 parent 359eb86 commit 04fec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make dist
gh release upload ${{ needs.site.outputs.tag }} dist/peripherals-${{ needs.site.outputs.tag }}-darwin-arm64.tar.gz \
gh release upload v${{ needs.site.outputs.tag }} dist/peripherals-${{ needs.site.outputs.tag }}-darwin-arm64.tar.gz \
dist/peripherals-${{ needs.site.outputs.tag }}-darwin-amd64.tar.gz \
dist/peripherals-${{ needs.site.outputs.tag }}-linux-arm64.tar.gz \
dist/peripherals-${{ needs.site.outputs.tag }}-linux-amd64.tar.gz \
Expand Down

0 comments on commit 04fec27

Please sign in to comment.