Skip to content

Commit

Permalink
try pkg only build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Jan 6, 2025
1 parent eabfc89 commit beb70c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac_store_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI with Gradle
name: Mac pkg Java CI with Gradle
on: [push, pull_request]
jobs:
set-env-vars:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
path: jvm/workbookapp/.exec/
upload:
runs-on: ubuntu-20.04
needs: [sign-windows, set-env-vars]
needs: [set-env-vars]
steps:
- name: Set upload secrets
uses: 1password/load-secrets-action@v2
Expand Down

0 comments on commit beb70c2

Please sign in to comment.