Skip to content

Commit

Permalink
Fixed asset_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tripater committed Aug 12, 2024
1 parent 22d85e1 commit d4f873c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/*.AppImage
asset_path: ./dist/ExcalidrawElectron-${{ steps.get_version.outputs.version }}.AppImage
asset_name: ExcalidrawElectron-${{ steps.get_version.outputs.version }}.AppImage
asset_content_type: application/octet-stream

Expand All @@ -183,7 +183,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/*.deb
asset_path: ./dist/ExcalidrawElectron_${{ steps.get_version.outputs.version }}_amd64.deb
asset_name: ExcalidrawElectron_${{ steps.get_version.outputs.version }}_amd64.deb
asset_content_type: application/vnd.debian.binary-package

Expand All @@ -193,7 +193,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/*.dmg
asset_path: ./dist/ExcalidrawElectron-${{ steps.get_version.outputs.version }}-arm64.dmg
asset_name: ExcalidrawElectron-${{ steps.get_version.outputs.version }}-arm64.dmg
asset_content_type: application/octet-stream

Expand All @@ -203,6 +203,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/*.zip
asset_path: ./dist/ExcalidrawElectron-${{ steps.get_version.outputs.version }}-arm64-mac.zip
asset_name: ExcalidrawElectron-${{ steps.get_version.outputs.version }}-arm64-mac.zip
asset_content_type: application/zip

0 comments on commit d4f873c

Please sign in to comment.