Skip to content

Commit

Permalink
reverted zip
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaltyrin committed Apr 7, 2024
1 parent 115a5a2 commit da6ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
#TAG_NAME=${GITHUB_REF#refs/tags/}
TAG_NAME="SDDSIcons-v0.0.1"
echo "Tag name: $TAG_NAME"
zip -r "../"${TAG_NAME}.zip" ./${TAG_NAME}.xcframework
zip -r "${TAG_NAME}.zip" ./SDDSIcons/build/SDDSIcons.xcframework
echo "::set-output name=zip_path::${TAG_NAME}.zip"
- name: Release
Expand Down

0 comments on commit da6ed18

Please sign in to comment.