1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02:00
This commit is contained in:
man that exists 2020-01-16 20:26:05 -06:00 committed by GitHub
parent f1d625243d
commit 1a71b13193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ jobs:
dir
mkdir build
move VVVVVV.exe build/RMGV6.exe
xcopy /s ../../.github/libs build
xcopy /s "../../.github/libs/" "build"
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0