Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patuwwy committed Nov 14, 2023
1 parent f21a69d commit 4dcb352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
prerelease: false

- name: Upload Release Asset
id: upload-release-asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./$RELEASE_ZIP_FILENAME-${{ steps.version.outputs.version }}.zip
asset_name: $RELEASE_ZIP_FILENAME-${{ steps.version.outputs.version }}.zip
asset_path: "./$RELEASE_ZIP_FILENAME-${{ steps.version.outputs.version }}.zip"
asset_name: "$RELEASE_ZIP_FILENAME-${{ steps.version.outputs.version }}.zip"
asset_content_type: application/zip

0 comments on commit 4dcb352

Please sign in to comment.