Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Feb 27, 2024
1 parent 3a517dc commit 4217aaa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ jobs:
env:
VERSION: ${{ needs.set-version-number.outputs.nuGetVersion }}

- name: Publish .NET 6/7/8 dependent ${{ matrix.arch }}
run: dotnet publish ./src/grate/grate.csproj -r ${{ matrix.arch }} -c release --no-self-contained -o ./publish/${{ matrix.arch }}/dependent
env:
VERSION: ${{ needs.set-version-number.outputs.nuGetVersion }}
# - name: Publish .NET 6/7/8 dependent ${{ matrix.arch }}
# run: dotnet publish ./src/grate/grate.csproj -r ${{ matrix.arch }} -c release --no-self-contained -o ./publish/${{ matrix.arch }}/dependent
# env:
# VERSION: ${{ needs.set-version-number.outputs.nuGetVersion }}

- name: Upload self-contained ${{ matrix.arch }}
#if: ${{ needs.set-version-number.outputs.is-release == 'true' }}
Expand All @@ -140,15 +140,15 @@ jobs:
name: grate-${{ matrix.arch }}-self-contained-${{ needs.set-version-number.outputs.nuGetVersion }}
path: ./publish/${{ matrix.arch }}/self-contained/*

- name: Upload .net dependent ${{ matrix.arch }}
if: ${{ needs.set-version-number.outputs.is-release == 'true' }}
uses: actions/upload-artifact@v3
with:
name: grate-${{ matrix.arch }}-framework-dependent-${{ needs.set-version-number.outputs.nuGetVersion }}
path: ./publish/${{ matrix.arch }}/dependent/*
# - name: Upload .net dependent ${{ matrix.arch }}
# if: ${{ needs.set-version-number.outputs.is-release == 'true' }}
# uses: actions/upload-artifact@v3
# with:
# name: grate-${{ matrix.arch }}-framework-dependent-${{ needs.set-version-number.outputs.nuGetVersion }}
# path: ./publish/${{ matrix.arch }}/dependent/*

build-standalone-mac-arm64:
name: Build cli macOS-arm64
name: Build cli
needs: set-version-number

# Use macos-14 to build osx-arm64, it runs on M1, see
Expand Down

0 comments on commit 4217aaa

Please sign in to comment.