Skip to content

Commit

Permalink
fix: upload error
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 3, 2024
1 parent 5c48b28 commit ce262e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
with:
name: upload client
path: tmp/client.zip
- name: Upload to release
- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
uses: JasonEtco/upload-to-release@master
with:
args: tmp/client.zip application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ steps.release.outputs.tag_name }} tmp/client.zip

0 comments on commit ce262e0

Please sign in to comment.