Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Jan 28, 2023
1 parent 6d36572 commit 69b6d23
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,11 @@ runs:
rm $file
done
- name: Upload ZIP file to release
uses: csexton/release-asset-action@master
uses: shogo82148/actions-upload-release-asset@v1
with:
file: ${{ inputs.zip-filename }}
github-token: ${{ inputs.github-token }}
asset_path: ${{ inputs.zip-filename }}
github_token: ${{ inputs.github-token }}
upload_url: ${{ github.event.release.upload_url }}
- name: Delete ZIP file
shell: bash
run: |
Expand Down

0 comments on commit 69b6d23

Please sign in to comment.