Skip to content

Commit

Permalink
echo dump data
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Aug 8, 2023
1 parent 6db2e57 commit e5e49a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/electron-release.yml.off
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ jobs:

- name: Build App Package
run: |

echo "+++ APPLE_API_KEY +++"
echo $APPLE_API_KEY
TAMAGUI_TARGET=web yarn build
TAMAGUI_TARGET=web yarn electron:publish
env:
Expand All @@ -181,7 +182,7 @@ jobs:
APPLE_ID_PASSWORD: '${{ secrets.APPLE_ID_PASSWORD }}'
APPLE_TEAM_ID: '${{ secrets.APPLE_TEAM_ID }}'
APPLE_API_ISSUER: '${{ secrets.APPLE_API_ISSUER }}'
APPLE_API_KEY: ${{ github.workspace }}/build_certificate.p12
APPLE_API_KEY: ${{ github.workspace }}/_temp/build_certificate.p12
APPLE_API_KEY_ID: '${{ secrets.APPLE_API_KEY_ID }}'
# APPLE_API_KEY: '${{ secrets.APPLE_API_KEY }}'
# APPLE_API_PRIVKEY: '${{ secrets.APPLE_API_PRIVKEY }}'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-mac-certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
runs-on: macos-latest

steps:
- name: dump
run: |
echo 'github.workspace === ${{ github.workspace }}'
echo "GITHUB_WORKSPACE === $GITHUB_WORKSPACE"
echo 'runner.workspace === ${{ github.workspace }}'
echo "RUNNER_WORKSPACE === $RUNNER_WORKSPACE"
- name: Checkout repository
uses: actions/checkout@v3
- name: Install the Apple certificate and provisioning profile
Expand Down

0 comments on commit e5e49a1

Please sign in to comment.