Skip to content

Commit

Permalink
clean-up only for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jan 7, 2024
1 parent 2a3de65 commit 4affe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
${{ github.workspace }}/apps/desktop/out/make
- name: Clean-up credentials
if: always()
if: always() && runner.os == 'macOS'
run: |
security delete-keychain build.keychain
rm ${{ github.workspace }}/AuthKey.p8

0 comments on commit 4affe15

Please sign in to comment.