Skip to content

Commit

Permalink
Who would have though, changed names again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tripater committed Aug 12, 2024
1 parent bd01a13 commit 22d85e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/ExcalidrawElectron\ Setup\ ${{ steps.get_version.outputs.version }}.exe
asset_path: ./dist/ExcalidrawElectron Setup ${{ steps.get_version.outputs.version }}.exe
asset_name: ExcalidrawElectron_Setup_${{ steps.get_version.outputs.version }}.exe
asset_content_type: application/octet-stream

Expand All @@ -163,7 +163,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/ExcalidrawElectron\ ${{ steps.get_version.outputs.version }}.exe
asset_path: ./dist/ExcalidrawElectron ${{ steps.get_version.outputs.version }}.exe
asset_name: ExcalidrawElectron_${{ steps.get_version.outputs.version }}.exe
asset_content_type: application/octet-stream

Expand All @@ -174,7 +174,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/*.AppImage
asset_name: ExcalidrawElectron_${{ steps.get_version.outputs.version }}.AppImage
asset_name: ExcalidrawElectron-${{ steps.get_version.outputs.version }}.AppImage
asset_content_type: application/octet-stream

- name: Upload Release Asset (Linux Deb)
Expand All @@ -184,7 +184,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/*.deb
asset_name: ExcalidrawElectron_${{ steps.get_version.outputs.version }}.deb
asset_name: ExcalidrawElectron_${{ steps.get_version.outputs.version }}_amd64.deb
asset_content_type: application/vnd.debian.binary-package

- name: Upload Release Asset (Mac App)
Expand All @@ -194,7 +194,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/*.dmg
asset_name: ExcalidrawElectron_${{ steps.get_version.outputs.version }}.dmg
asset_name: ExcalidrawElectron-${{ steps.get_version.outputs.version }}-arm64.dmg
asset_content_type: application/octet-stream

- name: Upload Release Asset (Mac Zip)
Expand All @@ -204,5 +204,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/*.zip
asset_name: ExcalidrawElectron_${{ steps.get_version.outputs.version }}.zip
asset_name: ExcalidrawElectron-${{ steps.get_version.outputs.version }}-arm64-mac.zip
asset_content_type: application/zip

0 comments on commit 22d85e1

Please sign in to comment.