Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jul 3, 2024
1 parent f7c9e40 commit b996a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: List KNetNuGet packages downloaded
if: ${{ inputs.UseLastRepositoryBuildKNet == true }}
continue-on-error: true
shell: cmd
run: dir .\KNetNuGet\*nupkg
Expand Down

0 comments on commit b996a3e

Please sign in to comment.