Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Jul 19, 2024
1 parent 3770a99 commit 0f93df6
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ on:

jobs:
build:
uses: xoofx/.github/.github/workflows/dotnet.yml@main
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

- name: Upload Test Results
if: failure()
uses: actions/upload-artifact@v4
with:
name: verify-test-results
path: |
**/*.received.*
runs-on: 'ubuntu-latest'
steps:
- name: "Build, Test and Pack common"
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
with:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
- name: Upload Test Results
if: failure()
uses: actions/upload-artifact@v4
with:
name: verify-test-results
path: |
**/*.received.*

0 comments on commit 0f93df6

Please sign in to comment.