Skip to content

Commit

Permalink
Testing Expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adobels committed May 3, 2024
1 parent fe2a55d commit 98261b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Test Paths
run: ls -a
- name: Test Expression
run: echo ${{ XCFRAMEWORK_OUTPUT_DIR }}
run: echo ${{ env.XCFRAMEWORK_OUTPUT_DIR }}
- name: Import Code-Signing Certificates
uses: Apple-Actions/import-codesign-certs@v1
with:
Expand Down

0 comments on commit 98261b7

Please sign in to comment.