1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02:00
This commit is contained in:
RMGRich 2020-01-16 21:07:14 -06:00
commit c12690b821
6 changed files with 7 additions and 6 deletions

View File

@ -34,10 +34,11 @@ jobs:
- name: Move artifacts
run: |
cd $env:SRC_DIR_PATH/Debug
dir
mkdir build
move *.lib build
move $env:SRC_DIR_PATH/VVVVVV.exe $env:SRC_DIR_PATH/build/RMGV6.exe
robocopy .github/libs $env:SRC_DIR_PATH/build
move VVVVVV.exe build/RMGV6.exe
copy "../../.github/libs/*.dll" build/
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
@ -79,11 +80,11 @@ jobs:
- name: Tar app (macOS)
if: startsWith(matrix.os, 'macos')
run: tar -czvf RMGV6.tgz VVVVVV/
run: tar -czvf ${SRC_DIR_PATH}/build/RMGV6.tgz ${SRC_DIR_PATH}/build/VVVVVV/
- name: Rename fire (Linux)
- name: Rename file (Linux)
if: startsWith(matrix.os, 'ubuntu')
run: mv VVVVVV RMGV6
run: mv ${SRC_DIR_PATH}/build/VVVVVV ${SRC_DIR_PATH}/build/RMGV6
- name: Upload artifacts (Linux)
if: startsWith(matrix.os, 'ubuntu')

BIN
SDL2.dll Normal file

Binary file not shown.

BIN
SDL2_mixer.dll Normal file

Binary file not shown.

BIN
libogg-0.dll Normal file

Binary file not shown.

BIN
libvorbis-0.dll Normal file

Binary file not shown.

BIN
libvorbisfile-3.dll Normal file

Binary file not shown.