File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,14 @@ jobs:
20
20
- name : Obtain oggenc2.exe
21
21
run : >
22
22
curl https://www.rarewares.org/files/ogg/oggenc2.88-1.3.7-x64.zip --output oggenc.zip &&
23
- unzip oggenc.zip -d .
23
+ unzip oggenc.zip -d bin/
24
24
shell : bash
25
25
- name : Build AV
26
26
run : msbuild build\VisualStudio\ArrowVortex.vcxproj /p:Configuration=Release /p:Platform=x64
27
- - name : Collect into a directory
28
- if : github.ref_name == 'beta'
29
- run : |
30
- mkdir AV
31
- cp -r bin/{assets,noteskins,settings} AV
32
- cp bin/ArrowVortex.exe oggenc2.exe AV
33
- shell : bash
34
27
- name : Upload artifact
35
28
if : github.ref_name == 'beta'
36
29
uses : actions/upload-artifact@v4
37
30
with :
38
31
name : AV
39
- path : AV /
32
+ path : bin /
40
33
if-no-files-found : error
You can’t perform that action at this time.
0 commit comments