Use the relative paths to be compatible with the bash shell
This commit is contained in:
parent
ed91d60332
commit
b55082a676
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -73,9 +73,9 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
windeployqt .
|
||||
cp ${{github.workspace}}/discord-rpc/win64-dynamic/bin/discord-rpc.dll .
|
||||
cp ${{github.workspace}}/x64/bass.dll .
|
||||
cp ${{github.workspace}}/x64/bassopus.dll .
|
||||
cp ../../discord-rpc/win64-dynamic/bin/discord-rpc.dll .
|
||||
cp ../../x64/bass.dll .
|
||||
cp ../../x64/bassopus.dll .
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user