Skip to content

Commit

Permalink
ci: fix release upload command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Jun 12, 2024
1 parent fc539a2 commit 96bbcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deliver-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
tar cvzf web.tar.gz build/web
gh release upload ${{ github.ref }} web.tar.gz --clobber
gh release upload ${{ github.ref_name }} web.tar.gz --clobber
action-timeline:
needs: [web]
Expand Down

0 comments on commit 96bbcfb

Please sign in to comment.