Skip to content

Commit

Permalink
create build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jul 21, 2024
1 parent 2557b19 commit 7c2ebe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/user_interface-macOS.dmg
asset_name: user_interface-macOS.dmg
asset_path: dist/user_interface.dmg
asset_name: user_interface.dmg
asset_content_type: application/octet-stream

- name: Upload Release Asset (Linux)
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/user_interface-Linux
asset_name: user_interface-Linux
asset_path: dist/user_interface
asset_name: user_interface
asset_content_type: application/octet-stream

- name: Upload Release Asset (Windows)
Expand Down

0 comments on commit 7c2ebe4

Please sign in to comment.