Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Feb 27, 2024
1 parent 4f4a0f8 commit f397cdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ jobs:
- name: macos-latest
arch: osx-x64
executable: grate
- name: macos-14
arch: osx-x64
executable: grate
#arch: [ "linux", "win", "macos" ]
# arch: [ "win-x64", "win-x86", "win-arm64",
# "linux-musl-x64", "linux-musl-arm64", "linux-x64", "linux-arm64",
Expand All @@ -358,7 +361,7 @@ jobs:
with:
name: grate-${{ matrix.os.arch }}-self-contained-${{ needs.set-version-number.outputs.nuGetVersion }}
#name: grate-linux-musl-x64-self-contained-${{ needs.set-version-number.outputs.nuGetVersion }}
path: executables/${{ matrix.arch }}
path: executables/${{ matrix.os.arch }}
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit f397cdf

Please sign in to comment.