Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evandcoleman committed Oct 1, 2024
1 parent 623d8eb commit c7c3119
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
git push -u origin release/$VERSION
env:
VERSION: ${{ steps.extract_version.outputs.version }}
REPO: ${{ github.repository }}
REPO: https://github.com/${{ github.repository }}

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ playground.xcworkspace

# ignore distribution files
dist/
artifacts/

# ignore swift package manager files
.swiftpm/
Expand Down
3 changes: 2 additions & 1 deletion .scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ if [ -f $package ]; then rm -f "$package"; fi
# Move generated files into the repo directory
mv "$scratch/$sources" "$sources"
mv "$scratch/$package" "$package"
mv "$scratch/$distribution" ../artifacts
mkdir artifacts
mv -v $scratch/$distribution/*.xcframework.zip artifacts/

echo "Done."

0 comments on commit c7c3119

Please sign in to comment.