Use the relative paths to be compatible with the bash shell

This commit is contained in:
Skye Deving 2021-01-27 17:59:25 -06:00
parent ed91d60332
commit b55082a676

View File

@ -73,9 +73,9 @@ jobs:
shell: bash shell: bash
run: | run: |
windeployqt . windeployqt .
cp ${{github.workspace}}/discord-rpc/win64-dynamic/bin/discord-rpc.dll . cp ../../discord-rpc/win64-dynamic/bin/discord-rpc.dll .
cp ${{github.workspace}}/x64/bass.dll . cp ../../x64/bass.dll .
cp ${{github.workspace}}/x64/bassopus.dll . cp ../../x64/bassopus.dll .
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2