Skip to content

Commit

Permalink
no newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 21, 2024
1 parent 9da30a9 commit cda63f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: pnpm install

- name: Save API key to file
run: 'echo "$APPLE_API_SECRET_KEY" > ${{ github.workspace }}/apple-api-key.p8'
run: 'echo -n "$APPLE_API_SECRET_KEY" > ${{ github.workspace }}/apple-api-key.p8'
shell: bash
env:
APPLE_API_KEY: ${{ secrets.APPLE_API_SECRET_KEY }}
Expand Down

0 comments on commit cda63f8

Please sign in to comment.