Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed Jul 7, 2024
1 parent f87e5d9 commit d1db01d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
upload_url: https://uploads.github.com/repos/${{ github.repository }}/releases/${{ github.ref_tag }}/assets
asset_path: ./dist/electron-app-${{ matrix.os }}.zip
asset_name: electron-app-${{ matrix.os }}.zip
asset_content_type: application/zip
asset_path: ./dist/dockman-1.0.0-arm64.dmg
asset_name: dockman-1.0.0-arm64.dmg
asset_content_type: application/octet-stream


0 comments on commit d1db01d

Please sign in to comment.