Skip to content

Commit

Permalink
Include bindings.ini in actions (#52)
Browse files Browse the repository at this point in the history
Clippy95 authored and marinesciencedude committed Jan 29, 2025
1 parent e048479 commit ac60288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Windows_build.yml
Original file line number Diff line number Diff line change
@@ -75,8 +75,8 @@ jobs:
- name: Prepare artifacts
id: prepare_artifacts
run: |
robocopy . build\bin\Windows\Release LICENSE /r:0 /w:0
robocopy build\bin\Windows\Release artifacts\xenia_canary xenia_canary.exe xenia_canary.pdb LICENSE /r:0 /w:0
robocopy . build\bin\Windows\Release LICENSE bindings.ini /r:0 /w:0
robocopy build\bin\Windows\Release artifacts\xenia_canary xenia_canary.exe xenia_canary.pdb LICENSE bindings.ini /r:0 /w:0
If ($LastExitCode -le 7) { echo "LastExitCode = $LastExitCode";$LastExitCode = 0 }
- name: Upload xenia canary artifacts
if: steps.prepare_artifacts.outcome == 'success'

0 comments on commit ac60288

Please sign in to comment.