Skip to content

Commit

Permalink
Include bindings.ini in actions (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clippy95 authored Dec 11, 2024
1 parent 61f06f8 commit cb7a86c
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
Expand Up @@ -81,8 +81,8 @@ jobs:
run: .\xb build --config=Release --target=src\xenia-app
- name: Prepare artifacts
run: |
robocopy . build\bin\${{ runner.os }}\Release LICENSE /r:0 /w:0
robocopy build\bin\${{ runner.os }}\Release artifacts\xenia_canary xenia_canary.exe xenia_canary.pdb LICENSE /r:0 /w:0
robocopy . build\bin\${{ runner.os }}\Release LICENSE bindings.ini /r:0 /w:0
robocopy build\bin\${{ runner.os }}\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
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cb7a86c

Please sign in to comment.