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 5d25791 commit 5502093
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 @@ -37,5 +37,12 @@ jobs:
run: dotnet publish -c Release -r win-x86 --self-contained true /p:EnableWindowsTargeting=true -p:PublishSingleFile=true -p:PublishReadyToRun=true
working-directory: PicoNesLoader

- name: Create asset direcory
run: mkdir -p assets/PicoSystemInfoNesLoader

- name: copy published files
run: cp -r PicoNesLoader/PicoNesLoader/bin/Release/net7.0-windows/win-x86/publish/* assets/PicoSystemInfoNesLoader

- name: List
run: ls -l /home/runner/work/PicoSystemInfoNesLoader/PicoSystemInfoNesLoader/PicoNesLoader/PicoNesLoader/bin/Release/net7.0-windows/win-x86/publish/
run: ls -l
working-directory: assets/PicoSystemInfoNesLoader

0 comments on commit 5502093

Please sign in to comment.