File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 58
58
git push -u origin release/$VERSION
59
59
env :
60
60
VERSION : ${{ steps.extract_version.outputs.version }}
61
- REPO : ${{ github.repository }}
61
+ REPO : https://github.com/ ${{ github.repository }}
62
62
63
63
- name : Upload artifacts
64
64
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ playground.xcworkspace
39
39
40
40
# ignore distribution files
41
41
dist /
42
+ artifacts /
42
43
43
44
# ignore swift package manager files
44
45
.swiftpm /
Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ if [ -f $package ]; then rm -f "$package"; fi
311
311
# Move generated files into the repo directory
312
312
mv " $scratch /$sources " " $sources "
313
313
mv " $scratch /$package " " $package "
314
- mv " $scratch /$distribution " ../artifacts
314
+ mkdir artifacts
315
+ mv -v $scratch /$distribution /* .xcframework.zip artifacts/
315
316
316
317
echo " Done."
You can’t perform that action at this time.
0 commit comments