Skip to content

Commit

Permalink
Kartong: Copy launch script into output before archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Mar 25, 2024
1 parent 24de494 commit 41a2aa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
#- run: blender --version
- name: Build
run: ./scripts/autobuild-win64.bat
- name: Launch scripts
run: copy scripts/launch.bat output/Kartong/Windows/launch.bat
- name: Archive
uses: actions/upload-artifact@v4
with:
Expand All @@ -41,4 +43,4 @@ jobs:
output/Kartong/Windows/bin64/
output/Kartong/Windows/Application.config
output/Kartong/Windows/Content.compact
scripts/launch.bat
output/Kartong/Windows/launch.bat

0 comments on commit 41a2aa6

Please sign in to comment.