Skip to content

Commit

Permalink
Merge pull request #459 from nift4/master
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Feb 10, 2024
2 parents bd9f5bc + d60f9db commit 91f7de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore --configfile GalaxyBudsClient/nuget.config GalaxyBudsClient/GalaxyBudsClient.csproj
- name: Build Universal
run: dotnet publish -o bin_osx -c Release -p:TrimMode=full --no-restore GalaxyBudsClient/GalaxyBudsClient.csproj
run: dotnet publish -o bin_osx -c Release --no-restore GalaxyBudsClient/GalaxyBudsClient.csproj

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore -r osx-x64 --configfile GalaxyBudsClient/nuget.config GalaxyBudsClient/GalaxyBudsClient.csproj
- name: Build x64
run: dotnet publish -r osx-x64 -o bin_osxx64 -c Release -p:TrimMode=full --self-contained true --no-restore GalaxyBudsClient/GalaxyBudsClient.csproj
run: dotnet publish -r osx-x64 -o bin_osxx64 -c Release --self-contained true --no-restore GalaxyBudsClient/GalaxyBudsClient.csproj

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore -r osx-arm64 --configfile GalaxyBudsClient/nuget.config GalaxyBudsClient/GalaxyBudsClient.csproj
- name: Build arm64
run: dotnet publish -r osx-arm64 -o bin_osxarm64 -c Release -p:TrimMode=full --self-contained true --no-restore GalaxyBudsClient/GalaxyBudsClient.csproj
run: dotnet publish -r osx-arm64 -o bin_osxarm64 -c Release --self-contained true --no-restore GalaxyBudsClient/GalaxyBudsClient.csproj

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 91f7de0

Please sign in to comment.