Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers authored Jul 27, 2023
1 parent 5502093 commit b148784
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
- name: copy published files
run: cp -r PicoNesLoader/PicoNesLoader/bin/Release/net7.0-windows/win-x86/publish/* assets/PicoSystemInfoNesLoader

- name: Install zip
uses: montudor/action-zip@v1

- name: Zip output
run: zip -r PicoSystemInfoNesLoader.zip PicoSystemInfoNesLoader
working-directory: assets

- name: List
run: ls -l
working-directory: assets/PicoSystemInfoNesLoader
working-directory: assets

0 comments on commit b148784

Please sign in to comment.