Skip to content

Commit

Permalink
- build multiple, fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
horseyhorsey committed Oct 8, 2023
1 parent 62b8a49 commit ff3f1a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/dotnet_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ on:
jobs:
release:
name: Release
runs-on: ${{ matrix.os }}
strategy:
matrix:
kind: ['linux']
matrix:
include:
- kind: linux
os: ubuntu-latest
target: x64
- kind: linux
os: ubuntu-latest
target: x86
runs-on: ${{ matrix.os }}
target: x86
steps:
- uses: actions/checkout@v1
name: Checkout Code
Expand All @@ -33,7 +32,7 @@ jobs:
shell: bash
run: |
tag=$(git describe --tags --abbrev=0)
release_name="NetProc-$matrix.target-$tag-nuget"
release_name="NetProc-${{ matrix.target }}-$tag-nuget"
# tests to get the paths this workflow is using
echo $GITHUB_WORKSPACE
Expand Down

0 comments on commit ff3f1a2

Please sign in to comment.