mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 18:30:57 +00:00
remove non windows for now
This commit is contained in:
parent
ebd0ddc6ad
commit
13572a7f18
16
.github/workflows/multiOSReleases.yml
vendored
16
.github/workflows/multiOSReleases.yml
vendored
@ -18,12 +18,12 @@ jobs:
|
|||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
platform: win
|
platform: win
|
||||||
ext: exe
|
ext: exe
|
||||||
- os: macos-latest
|
#- os: macos-latest
|
||||||
platform: mac
|
# platform: mac
|
||||||
ext: dmg
|
# ext: dmg
|
||||||
- os: ubuntu-latest
|
#- os: ubuntu-latest
|
||||||
platform: linux
|
# platform: linux
|
||||||
ext: deb
|
# ext: deb
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
id: versionNumberMac
|
id: versionNumberMac
|
||||||
run: echo "versionNumberMac=$(./gradlew printMacVersion --quiet | tail -1)" >> $GITHUB_OUTPUT
|
run: echo "versionNumberMac=$(./gradlew printMacVersion --quiet | tail -1)" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# Build installer
|
# Build installer
|
||||||
- name: Build Installer
|
- name: Build Installer
|
||||||
run: ./gradlew build jpackage -x test --info
|
run: ./gradlew build jpackage -x test --info
|
||||||
@ -91,4 +91,4 @@ jobs:
|
|||||||
name: Stirling-PDF-${{ matrix.platform }}.${{ matrix.ext }}
|
name: Stirling-PDF-${{ matrix.platform }}.${{ matrix.ext }}
|
||||||
path: Stirling-PDF-${{ steps.versionNumber.outputs.versionNumber }}-${{ matrix.platform }}.${{ matrix.ext }}
|
path: Stirling-PDF-${{ steps.versionNumber.outputs.versionNumber }}-${{ matrix.platform }}.${{ matrix.ext }}
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
Loading…
x
Reference in New Issue
Block a user