Skip to content

Commit

Permalink
Update Generate References.yml
Browse files Browse the repository at this point in the history
Fix package detection
  • Loading branch information
artifixer authored Aug 4, 2021
1 parent c541225 commit bd8b6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Generate References.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: check_files
uses: andstor/file-existence-action@v1
with:
files: "src/Bannerlord.ReferenceAssemblies/bin/Debug/net5.0/final/*.nupkg"
files: "./src/Bannerlord.ReferenceAssemblies/bin/Debug/net5.0/final/*.nupkg"

- name: Push to NuGet
if: steps.check_files.outputs.files_exists == 'true'
Expand Down

0 comments on commit bd8b6ce

Please sign in to comment.