File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 28
28
unzip oggenc.zip -d .
29
29
- name : Build AV
30
30
run : msbuild build\VisualStudio\ArrowVortex.vcxproj /p:Configuration=Release /p:Platform=x64
31
- - name : Collect into a zip
31
+ - name : Collect into a directory
32
32
run : |
33
33
mkdir AV
34
34
cd AV
37
37
cp -r ../bin/settings .
38
38
cp ../bin/ArrowVortex.exe .
39
39
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