Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeeazip authored Aug 4, 2023
1 parent 7883255 commit 0782dfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- name: create Apple_AuthKey File
if: contains(github.ref, 'main')
run: |
cd ./src/main/resources/key
cd ./src/main/resources
mkdir key
cd ./key
touch ./AuthKey_9LA3NLSR6X.p8
echo "${{ secrets.APPLE_AUTH_KEY }}" > ./AuthKey_9LA3NLSR6X.p8
shell: bash
Expand Down

0 comments on commit 0782dfd

Please sign in to comment.