Skip to content

Commit 3f77f12

Browse files
committed
1
1 parent 3829aac commit 3f77f12

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@ jobs:
3737
cp -r ../bin/settings .
3838
cp ../bin/ArrowVortex.exe .
3939
cp ../oggenc2.exe .
40-
mkdir output
41-
7z.exe a -tzip output/av.zip AV
42-
- run: ls output
40+
- run: ls AV
4341
- name: Upload artifact
4442
uses: actions/upload-artifact@v4
4543
with:
4644
path: AV/
4745
if-no-files-found: error
48-
compression-level: 0

0 commit comments

Comments
 (0)