Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtj0928 committed Sep 14, 2024
1 parent 36ea7c8 commit e6c4898
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 e6c4898

Please sign in to comment.