Skip to content

Commit

Permalink
Arg fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Jan 7, 2025
1 parent d04cba9 commit 415e1dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
run: pip install pyyaml==6.0.1

- name: Set KEYCHAIN value
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-${{ matrix.platform }}-${{ matrix.destination}}.keychain-db' >> $GITHUB_ENV

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

0 comments on commit 415e1dd

Please sign in to comment.