We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015d167 commit 5b598deCopy full SHA for 5b598de
.github/workflows/ci.yml
@@ -35,10 +35,11 @@ jobs:
35
run: |
36
dotnet publish bagit.net.cli/bagit.net.cli.csproj \
37
-c Release \
38
- -r osx-arm64 \
+ -r osx-x64 \ # or osx-arm64 for Apple Silicon
39
--self-contained true \
40
- --publish-trimmed true \
41
- -o ./publish/macos-arm64
+ /p:PublishTrimmed=true \
+ /p:PublishSingleFile=true \
42
+ -o ./publish-macos
43
44
- name: Upload macOS ARM64 build
45
uses: actions/upload-artifact@v4
0 commit comments