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 10, 2024
1 parent 8972720 commit 09b4800
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,11 @@ jobs:
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
uses: AButler/[email protected]
with:
files: "artefacts/release/${{ steps.inferVersion.outputs.version }}/*.zip"
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: "v${{ steps.inferVersion.outputs.version }}"

0 comments on commit 09b4800

Please sign in to comment.