Skip to content

Commit

Permalink
XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Sep 10, 2024
1 parent 96fd433 commit 12b5a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ jobs:
- uses: actions/checkout@v2
- env:
SIGNING_ENABLED: ${{ (github.event_name == 'release' || github.ref == 'ref/heads/v1.3.12-fix_nobuild') && 'yes' || 'no' }}
AC_PASSWORD: ${{ env.SIGNING_ENABLED == 'yes' && secrets.AC_PASSWORD || '' }}
AC_USERNAME: ${{ env.SIGNING_ENABLED == 'yes' && secrets.AC_USERNAME || '' }}
MACOS_CERTIFICATE: ${{ env.SIGNING_ENABLED == 'yes' && secrets.MACOS_CERTIFICATE || '' }}
MACOS_SCRIPT: ${{ env.SIGNING_ENABLED == 'yes' && 'bash ./signing.sh' || 'python3 ./build.py' }}
AC_PASSWORD: ${{ (github.event_name == 'release' || github.ref == 'ref/heads/v1.3.12-fix_nobuild') && secrets.AC_PASSWORD || '' }}
AC_USERNAME: ${{ (github.event_name == 'release' || github.ref == 'ref/heads/v1.3.12-fix_nobuild') && secrets.AC_USERNAME || '' }}
MACOS_CERTIFICATE: ${{ (github.event_name == 'release' || github.ref == 'ref/heads/v1.3.12-fix_nobuild') || '' }}
MACOS_SCRIPT: ${{ (github.event_name == 'release' || github.ref == 'ref/heads/v1.3.12-fix_nobuild') && 'bash ./signing.sh' || 'python3 ./build.py' }}
run: cd macos && $MACOS_SCRIPT $RELEASE
- run: mv macos/keyboard-configurator.dmg macos/keyboard-configurator-arm64.dmg
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 12b5a74

Please sign in to comment.