Skip to content

Commit

Permalink
echo ls -a of folder with build xcframwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Adobels committed May 3, 2024
1 parent bf33f12 commit b239a31
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 @@ -36,7 +36,7 @@ jobs:
--deep \
-- $XCFRAMEWORK_OUTPUT_DIR/$XCFRAMEWORK_NAME_WITH_EXTENSION
- name: Test Content of current folder
run: ls -a
run: ls -a $XCFRAMEWORK_OUTPUT_DIR
- name: Upload XCFramework as Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b239a31

Please sign in to comment.