Skip to content

Commit

Permalink
fix github-release workflow for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil committed Mar 2, 2022
1 parent bf3ab9e commit 2853ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Restore local tools
run: dotnet tool restore
- name: Build and publish
run: dotnet fake build -t publishBinariesLinux
run: dotnet fake build -t publishBinariesMac
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
1 change: 1 addition & 0 deletions ArcCommander.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "meta", "meta", "{655069DF-7
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
README.md = README.md
.github\workflows\release-github.yml = .github\workflows\release-github.yml
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Expand Down

0 comments on commit 2853ec0

Please sign in to comment.