Skip to content

Commit

Permalink
Fix arg in path
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Jan 7, 2025
1 parent 2074c6b commit d04cba9
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 @@ -60,7 +60,7 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}
DESTINATION: ${{ matrix.destination }}
run: echo 'KEYCHAIN=/Users/runner/Library/Keychains/build-${PLATFORM}-${DESTINATION}.keychain-db' >> $GITHUB_ENV
run: echo 'KEYCHAIN=/Users/runner/Library/Keychains/build-$PLATFORM-$DESTINATION.keychain-db' >> $GITHUB_ENV

- name: Set VERSION from code
shell: python
Expand Down

0 comments on commit d04cba9

Please sign in to comment.