Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed May 3, 2024
1 parent b9fe997 commit 1822ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
- name: Publish for MacOS x64
if: matrix.os == 'macos-latest'
shell: bash
run: dotnet publish -c Release -r osx-x64 --self-contained Refresher //p:Version=${VERSION}
run: dotnet publish -c Release -r osx-x64 --self-contained Refresher /p:Version=${VERSION}

- name: Publish for MacOS ARM64
if: matrix.os == 'macos-latest'
shell: bash
run: dotnet publish -c Release -r osx-arm64 --self-contained Refresher //p:Version=${VERSION}
run: dotnet publish -c Release -r osx-arm64 --self-contained Refresher /p:Version=${VERSION}

- name: Upload Linux x64 build
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 1822ac9

Please sign in to comment.