Skip to content

Commit 5b598de

Browse files
committed
updating ci for mac build
1 parent 015d167 commit 5b598de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
run: |
3636
dotnet publish bagit.net.cli/bagit.net.cli.csproj \
3737
-c Release \
38-
-r osx-arm64 \
38+
-r osx-x64 \ # or osx-arm64 for Apple Silicon
3939
--self-contained true \
40-
--publish-trimmed true \
41-
-o ./publish/macos-arm64
40+
/p:PublishTrimmed=true \
41+
/p:PublishSingleFile=true \
42+
-o ./publish-macos
4243
4344
- name: Upload macOS ARM64 build
4445
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)