Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3drosalia authored Oct 17, 2024
1 parent 69af447 commit 669a4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Move Assets/Songs folders and bass.dll x64
working-directory: ${{github.workspace}}/build_x64/Encore
run: move Assets Release/Assets ; move Songs Release/Songs ; move bass.dll Release/bass.dll
run: move Assets Release/Assets ; move Songs Release/Songs ; move bass.dll Release/bass.dll ; move bassopus.dll Release/bassopus.dll ; move players.json Release/players.json

- uses: actions/upload-artifact@v4
with:
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Move Assets/Songs folders and bass.dll x86
working-directory: ${{github.workspace}}/build_x86/Encore
run: move Assets Release/Assets ; move Songs Release/Songs ; move bass.dll Release/bass.dll
run: move Assets Release/Assets ; move Songs Release/Songs ; move bass.dll Release/bass.dll ; move bassopus.dll Release/bassopus.dll ; move players.json Release/players.json

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 669a4f0

Please sign in to comment.