Skip to content

Commit

Permalink
- update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrein committed Apr 22, 2024
1 parent e4aea00 commit 2fbccef
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,32 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Gradle Build
id: gradle-build
run: ./gradlew createDistributable
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: current
arguments: ":svgconverter:packageDistributionForCurrentOS"

- name: Archive Artifacts
uses: actions/upload-artifact@v3
- name: Upload ${{ matrix.os }} Build
uses: actions/upload-artifact@v2
with:
name: distributable-${{ matrix.os }}
if-no-files-found: ignore
name: macos-build
path: |
build/compose/binaries/main/app/
build/compose/binaries/main/dmg/*.dmg
build/compose/binaries/main/deb/*.deb
build/compose/binaries/main/msi/*.msi
# - name: Gradle Build
# id: gradle-build
# run: ./gradlew createDistributable

# - name: Archive Artifacts
# uses: actions/upload-artifact@v3
# with:
# name: distributable-${{ matrix.os }}
# if-no-files-found: ignore
# path: |
# build/compose/binaries/main/app/

release:
name: Release new version
Expand Down

0 comments on commit 2fbccef

Please sign in to comment.