Skip to content

Commit

Permalink
Fix mac released jar naming (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored May 30, 2024
1 parent 19b4802 commit f792b46
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Gradle Build
run: |
chmod +x gradlew
./gradlew build -x check --max-workers 2
./gradlew photon-targeting:build photon-core:build photon-server:build -x check --max-workers 2
- name: Gradle Tests
run: ./gradlew testHeadless -i --max-workers 1 --stacktrace
- name: Gradle Coverage
Expand Down Expand Up @@ -199,19 +199,19 @@ jobs:
- os: windows-latest
artifact-name: Win64
architecture: x64
arch-override: none
arch-override: winx64
- os: macos-latest
artifact-name: macOS
architecture: x64
arch-override: none
- os: ubuntu-latest
artifact-name: Linux
architecture: x64
arch-override: none
arch-override: macx64
- os: macos-latest
artifact-name: macOSArm
architecture: x64
arch-override: macarm64
- os: ubuntu-latest
artifact-name: Linux
architecture: x64
arch-override: linuxx64
- os: ubuntu-latest
artifact-name: LinuxArm64
architecture: x64
Expand All @@ -229,6 +229,7 @@ jobs:
with:
java-version: 17
distribution: temurin
architecture: ${{ matrix.architecture }}
- run: |
rm -rf photon-server/src/main/resources/web/*
mkdir -p photon-server/src/main/resources/web/docs
Expand Down

0 comments on commit f792b46

Please sign in to comment.