Skip to content

Commit

Permalink
Merge pull request #142 from mtj0928/main
Browse files Browse the repository at this point in the history
Add x86_64 binary to an artifact bundle in a release
  • Loading branch information
giginet authored Sep 14, 2024
2 parents 91f7883 + e6c4898 commit 390b8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
swift package resolve
- name: Build Binary
run: |
# Scipio can't build for x86_64 on Apple Silicon because it uses build tools plugin
swift build --disable-sandbox -c release --arch arm64
swift build --disable-sandbox -c release --arch x86_64
- name: Get Current Tag
run: echo "TAG_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Make Artifact Bundle
Expand Down

0 comments on commit 390b8b6

Please sign in to comment.