Skip to content

Commit c5cf216

Browse files
authored
Upload bin/ directory as artifact
1 parent b7c4b7f commit c5cf216

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,14 @@ jobs:
2020
- name: Obtain oggenc2.exe
2121
run: >
2222
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/
2424
shell: bash
2525
- name: Build AV
2626
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
3427
- name: Upload artifact
3528
if: github.ref_name == 'beta'
3629
uses: actions/upload-artifact@v4
3730
with:
3831
name: AV
39-
path: AV/
32+
path: bin/
4033
if-no-files-found: error

0 commit comments

Comments
 (0)