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 4838ec1 commit f9e3268
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 @@ -34,7 +34,7 @@ jobs:
- name: 'Get key from Github Secrets'
run: |
mkdir -p src/main/resources/static
echo "${{ secrets.APPLE_KEY }}" | base64 --decode > ./src/main/resources/static/${{ secrets.APPLE_KEY_NAME }}
echo ${{ secrets.APPLE_KEY }} | base64 -d > ./src/main/resources/static/${{ secrets.APPLE_KEY_NAME }}
- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit f9e3268

Please sign in to comment.