mirror of
https://github.com/softinio/Fishee.git
synced 2025-02-22 13:36:04 -08:00
correct release path for macos for GHA (#2)
This commit is contained in:
commit
8a10aec119
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: |
|
||||
swift build -c release --arch ${{ matrix.arch }}
|
||||
mkdir -p artifacts/macos-${{ matrix.arch }}
|
||||
cp .build/apple/Products/Release/fishee artifacts/macos-${{ matrix.arch }}/
|
||||
cp .build/release/fishee artifacts/macos-${{ matrix.arch }}/
|
||||
|
||||
- name: Upload macOS artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue