Skip to content

Commit

Permalink
Update build-and-package-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor authored Jun 11, 2024
1 parent 09b4800 commit c4947ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
# draft: false
# prerelease: false

- name: Upload the release assets
uses: actions/upload-release-asset@v1
with:
asset_path: artefacts/release/${{ steps.inferVersion.outputs.version }}/*.zip
asset_name: ${{ steps.inferVersion.outputs.version }}.zip
asset_content_type: application/zip
# - name: Upload the release assets
# uses: actions/upload-release-asset@v1
# with:
# asset_path: artefacts/release/${{ steps.inferVersion.outputs.version }}/*.zip
# asset_name: ${{ steps.inferVersion.outputs.version }}.zip
# asset_content_type: application/zip


- name: Upload the release assets OLD WAY
Expand Down

0 comments on commit c4947ee

Please sign in to comment.