Skip to content

Commit

Permalink
Windows XP build
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Dec 25, 2024
1 parent d326b48 commit acc06b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,10 @@ jobs:
xcopy /I /E /Y "resources\*" "build\win32_release\"
Compress-Archive -Path "build\win32_release\*" -DestinationPath "build\newbspguy_winxp_x86_release.zip"
Compress-Archive -Path "build\win32_release\*" -DestinationPath "build\newbspguy_winxp_x86_release.zip"
- name: Publish nightly debug binaries for windows XP
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.get_time_build.outputs.release_tag }}
files: |
build/newbspguy_winxp_x86_release.zip

0 comments on commit acc06b6

Please sign in to comment.