Skip to content

Commit

Permalink
#T-10855 [ci] workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KWY0218 committed May 31, 2024
1 parent 2a066de commit 37a0408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
pwd
mkdir -p ./operation-api/src/main/resources/static
echo "${{ secrets.APPLE_KEY }}" | base64 -D > ./operation-api/src/main/resources/static/${{ secrets.APPLE_KEY_NAME }}
echo "${{ secrets.APPLE_KEY }}" | base64 --decode > ./operation-api/src/main/resources/static/${{ secrets.APPLE_KEY_NAME }}
- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit 37a0408

Please sign in to comment.