Skip to content

Commit

Permalink
Support MacOS standalone executables (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Dec 3, 2022
1 parent 3c433ee commit ca0144d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
rid:
- win-x64
- win-arm64
- osx-x64
- osx-arm64
- linux-x64
- linux-arm64
- linux-musl-x64
Expand All @@ -40,7 +42,7 @@ jobs:

- name: Publish
working-directory: src/Valleysoft.Dredge
run: dotnet publish -f net6.0 -c Release --no-restore -o ${{ github.workspace }}/publish --runtime ${{ matrix.rid }} --self-contained /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishSingleFile=true
run: dotnet publish -f net7.0 -c Release --no-restore -o ${{ github.workspace }}/publish --runtime ${{ matrix.rid }} --self-contained /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishSingleFile=true

- name: Rename output
run: |
Expand Down

0 comments on commit ca0144d

Please sign in to comment.