File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-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
62
62
63
- name : Upload artifacts
63
64
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -298,10 +298,10 @@ create_scratch
298
298
echo " Creating source files..."
299
299
generate_sources " ../$sources "
300
300
# Create test package using local binaries and make sure it builds
301
- generate_swift_package " ../$package " " $home /package_template.swift" " ../$distribution " $xcframeworks_repo $distribution
301
+ generate_swift_package " ../$package " " $home /package_template.swift" " ../$distribution " $REPO $distribution
302
302
(cd ..; swift build) # TODO: create tests and replace this line with `(cd ..; swift test)`
303
303
# Create release package using remote binaries and make sure the Package.swift file is parseable
304
- generate_swift_package " ../$package " " $home /package_template.swift" " ../$distribution " $xcframeworks_repo ' '
304
+ generate_swift_package " ../$package " " $home /package_template.swift" " ../$distribution " $REPO ' '
305
305
)
306
306
307
307
echo " Moving files to repo..." ; cd ..
You can’t perform that action at this time.
0 commit comments