mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-04 22:10:34 +03:00
Fixed pipeline resources path
This commit is contained in:
2
.github/workflows/msbuild.yml
vendored
2
.github/workflows/msbuild.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
- name: Bundle Resources
|
||||
run: xcopy Editor\resources bin\Release-windows-x86_64\Editor /I /E
|
||||
run: xcopy Editor\resources bin\Release-windows-x86_64\Editor\resources /I /E
|
||||
|
||||
- name: Zip
|
||||
uses: papeloto/action-zip@v1
|
||||
|
||||
Reference in New Issue
Block a user