File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 if : startsWith(matrix.os, 'ubuntu')
4646 uses : actions/upload-artifact@v1
4747 with :
48- name : VVVVVV-MP-Linux-binary-$(date -Idate)
48+ name : VVVVVV-MP-Linux-binary
4949 path : desktop_version/build/VVVVVV
5050
5151
@@ -55,14 +55,14 @@ jobs:
5555 mkdir -pv ${SRC_DIR_PATH}/build/VVVVVV-app/VVVVVV-MP.app/Contents/MacOS/
5656 mkdir -pv ${SRC_DIR_PATH}/build/VVVVVV-app/VVVVVV-MP.app/Contents/Resources
5757 mv -v ${SRC_DIR_PATH}/build/VVVVVV ${SRC_DIR_PATH}/build/VVVVVV-app/VVVVVV-MP.app/Contents/MacOS/VVVVVV
58- tar -czvf VVVVVV-MP-macOS-$(date -Idate) .tgz ${SRC_DIR_PATH}/build/VVVVVV-app/VVVVVV-MP.app
58+ tar -czvf VVVVVV-MP-macOS.tgz ${SRC_DIR_PATH}/build/VVVVVV-app/VVVVVV-MP.app
5959
6060 - name : Upload .app (macOS)
6161 if : startsWith(matrix.os, 'macos')
6262 uses : actions/upload-artifact@v1
6363 with :
64- name : VVVVVV-MP-macOS-$(date -Idate)
65- path : VVVVVV-MP-macOS-$(date -Idate) .tgz
64+ name : VVVVVV-MP-macOS
65+ path : VVVVVV-MP-macOS.tgz
6666
6767
6868 build-win :
9393 - name : Upload artifacts
9494 uses : actions/upload-artifact@v1
9595 with :
96- name : VVVVVV-MP-Windows-$(date -Idate)
96+ name : VVVVVV-MP-Windows
9797 path : desktop_version/Debug/VVVVVV.exe
You can’t perform that action at this time.
0 commit comments