Skip to content

Commit

Permalink
Update build-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noir-neo authored Nov 16, 2023
1 parent 4ecf6be commit bfdf04c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ jobs:
--options runtime \
--entitlements "${PROJECT_NAME}.entitlements" \
--sign "Developer ID Application: ${APPLE_TEAM_NAME} (${APPLE_TEAM_ID})" "${MAC_BUILD_PATH}/${PROJECT_NAME}.app"
- name: Tar files
run: tar -cvf build.tar build/StandaloneOSX

- uses: actions/upload-artifact@v3
with:
name: hatbor-macOS-${{ steps.buildStep.outputs.buildVersion }}
path: build
path: build.tar

0 comments on commit bfdf04c

Please sign in to comment.