Skip to content

Commit

Permalink
don't use cache for now (#14)
Browse files Browse the repository at this point in the history
* don't use cache for now
  • Loading branch information
jperedadnr authored Oct 30, 2024
1 parent caabe82 commit e67c754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Cache Maven packages
uses: actions/cache@v4
if: false # while using snapshots
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -82,7 +83,7 @@ jobs:
--mac-signing-key-user-name "${{ env.MACSIGN_USER }}" \
--mac-sign
else
.github/scripts/build_app_mac.sh \
.github/scripts/jpackage.sh \
--type dmg \
--mac-package-identifier com.gluonhq.scenebuilder.embedded.Demo \
--mac-package-name 'Embedded SB Demo'
Expand Down

0 comments on commit e67c754

Please sign in to comment.