Skip to content

Commit

Permalink
osx rename
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMelcher committed Nov 29, 2021
1 parent 1726761 commit 73a9db9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:

- name: Publish Linux
run: dotnet publish -r linux-x64 -c Release -p:Version=$GITHUB_REF_NAME --no-self-contained -o output/linux-x64

- name: Publish MacOs
run: dotnet publish -r osx-x64 -c Release -p:Version=$GITHUB_REF_NAME --no-self-contained -o output/osx-x64

- name: Rename MacOs file
run: mv output/osx-x64/azuredevops-export-wiki output/osx-x64/azuredevops-export-wiki-osx

- name: Release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -37,4 +39,4 @@ jobs:
output/win-x64/devopswikistyle.css
output/win-x64/licenses.txt
output/linux-x64/azuredevops-export-wiki
output/osx-x64/azuredevops-export-wiki
output/osx-x64/azuredevops-export-wiki-osx

0 comments on commit 73a9db9

Please sign in to comment.