Skip to content

Commit

Permalink
Update desktop_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cavenel authored Oct 2, 2024
1 parent 9331e29 commit 4f38531
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/desktop_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
cd standalone
"%programfiles(x86)%\Inno Setup 6\iscc.exe" "build_installer.iss"
mv dist/TissUUmaps.exe dist/TissUUmaps_${{ matrix.os }}.exe
mv dist/TissUUmaps.exe dist/TissUUmaps_${{ matrix.os }}_${{runner.arch}}.exe
shell: cmd

- name: 💻 Create Mac App DMG
Expand All @@ -102,7 +102,7 @@ jobs:
--icon-size 100 \
--hide-extension "TissUUmaps.app" \
--app-drop-link 0 0 \
"dist/TissUUmaps_${{ matrix.os }}_$RUNNER_ARCH.dmg" \
"dist/TissUUmaps_${{ matrix.os }}_${{runner.arch}}.dmg" \
"dist/dmg/"
- uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -131,13 +131,13 @@ jobs:
chmod 755 package/usr/bin/tissuumaps
# Package the app
fpm -C package -s dir -d libvips -d libxcb-cursor0 -d openslide-tools -t deb -n TissUUmaps -p dist/TissUUmaps_${{ matrix.os }}.deb
fpm -C package -s dir -d libvips -d libxcb-cursor0 -d openslide-tools -t deb -n TissUUmaps -p dist/TissUUmaps_${{ matrix.os }}_${{runner.arch}}.deb
- name: Upload the installer as an artifact
uses: actions/upload-artifact@v3
with:
path: standalone/dist/TissUUmaps_${{ matrix.os }}.${{matrix.extension}}
name: TissUUmaps_${{ matrix.os }}.${{matrix.extension}}
path: standalone/dist/TissUUmaps_${{ matrix.os }}_${{runner.arch}}.${{matrix.extension}}
name: TissUUmaps_${{ matrix.os }}_${{runner.arch}}.${{matrix.extension}}

release:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 4f38531

Please sign in to comment.