File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 unzip oggenc.zip -d .
2929 - name : Build AV
3030 run : msbuild build\VisualStudio\ArrowVortex.vcxproj /p:Configuration=Release /p:Platform=x64
31- - name : Collect into a zip
31+ - name : Collect into a directory
3232 run : |
3333 mkdir AV
3434 cd AV
3737 cp -r ../bin/settings .
3838 cp ../bin/ArrowVortex.exe .
3939 cp ../oggenc2.exe .
40- cd ..
41- 7z.exe a -tzip av.zip AV
42- - name : Upload to Delta VPS
43- run : |
44- mkdir -p ~/.ssh
45- echo "${{ secrets.DROPLET_SSH }}" > ~/.ssh/arrow_vortex
46- chmod 400 ~/.ssh/arrow_vortex
47- echo "arrowvortex@167.71.33.176:~/av/ArrowVortex-$(date +'%Y-%m-%d %H-%M-%S').zip" > DROPLET_PATH
48- scp -o StrictHostKeyChecking=no -o PasswordAuthentication=no -i ~/.ssh/arrow_vortex av.zip $(cat DROPLET_PATH)
40+ - name : Upload artifact
41+ uses : actions/upload-artifact@v4
42+ with :
43+ name : AV
44+ path : main/AV/
45+ if-no-files-found : error
You can’t perform that action at this time.
0 commit comments