Skip to content

Commit

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

Expand All @@ -113,7 +113,7 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/user_interface
asset_path: dist/
asset_name: user_interface
asset_content_type: application/octet-stream

Expand Down

0 comments on commit 6814ebd

Please sign in to comment.