Skip to content

Commit

Permalink
update actions - add app artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Mar 14, 2023
1 parent a93b91e commit a57677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01_build_test_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: upload binaries
uses: actions/upload-artifact@v3
with:
name: app.zip
name: app
path: .build/app

- name: dotnet tool jb inspectcode
Expand Down

0 comments on commit a57677c

Please sign in to comment.