Skip to content

Commit

Permalink
Update 03-update-assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Sep 27, 2024
1 parent e4e45ef commit 4a0b962
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/03-update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,20 @@ jobs:
- name: Test
run: echo "URL=${{ steps.get_release.outputs.upload_url }}"

#- name: Upload Release Binary
# id: upload-release-asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.get_release.outputs.upload_url }}
# #upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./ProMesh4-Installer.exe
# asset_name: promesh_setup_win64.exe
# asset_content_type: application/octet-stream

- name: Upload Release Binary
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: AButler/[email protected]
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
#upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./ProMesh4-Installer.exe
asset_name: promesh_setup_win64.exe
asset_content_type: application/octet-stream
files: "./ProMesh4-Installer.exe"
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4a0b962

Please sign in to comment.