Skip to content

Commit

Permalink
uploading whole dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-courtney-pieces committed Sep 9, 2024
1 parent 145165f commit 9485aa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: pieces_${{ matrix.os }}
path: dist/pieces_${{ matrix.os }}
path: dist/pieces*

### Uploading our staging version text file to be pulled down later
- uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
### Combine the binaries into a universal binary
- name: Combine binaries with lipo
run: |
lipo -create -output dist/pieces-universal pieces_macos-latest pieces_macos-14-large
lipo -create -output dist/pieces-universal dist/pieces_macos-latest dist/pieces_macos-14-large
### Codesign the universal binary
- name: Codesign Universal Binary
Expand Down

0 comments on commit 9485aa0

Please sign in to comment.