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 98261b7 commit 95297cc
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 @@ -41,7 +41,7 @@ jobs:
run: ls -a $XCFRAMEWORK_OUTPUT_DIR
- name: Upload XCFramework as Artifact
env:
XCFRAMEWORK_PATH: ${{ $XCFRAMEWORK_OUTPUT_DIR/$XCFRAMEWORK_NAME_WITH_EXTENSION }}
XCFRAMEWORK_PATH: ${{ env.XCFRAMEWORK_OUTPUT_DIR }}/${{ env.XCFRAMEWORK_NAME_WITH_EXTENSION }}
uses: actions/upload-artifact@v4
with:
name: UIViewKit.xcframework
Expand Down

0 comments on commit 95297cc

Please sign in to comment.