Skip to content

Commit

Permalink
Fixup directory management for the release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorichard committed Sep 12, 2024
1 parent 44818ba commit 07c1d04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
id: build
run: |
swift build -c release --arch x86_64 --arch arm64
mkdir -p builds
mv $(swift build -c release --arch x86_64 --arch arm64 --show-bin-path) builds/xcstringslint
echo "path=builds/xcstringslint" >> "$GITHUB_OUTPUT"
mv $(swift build -c release --arch x86_64 --arch arm64 --show-bin-path) artifact
echo "path=artifact/xcstringslint" >> "$GITHUB_OUTPUT"
- name: Upload binary to release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 07c1d04

Please sign in to comment.