Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Jan 11, 2023
1 parent cbc205f commit c9ef69e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,8 @@ jobs:

- name: Build Bannerlord.BLSE.Launcher
run: >-
mkdir bannerlord-final;
Copy-Item -Path "$PWD/bannerlord" -Destination "$PWD/bannerlord-final" -Recurse;
Copy-Item -Path "$PWD/bannerlord-laucher" -Destination "$PWD/bannerlord-final" -Recurse
Copy-Item -Path "$PWD/bannerlord-launcher" -Destination "$PWD/bannerlord-final" -Recurse
shell: pwsh

- name: Cleanup
Expand Down

0 comments on commit c9ef69e

Please sign in to comment.