Skip to content

Commit 74eaeea

Browse files
authored
Remove extra archive setup for Linux from build.yml
1 parent 6f8443d commit 74eaeea

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,12 @@ jobs:
6464
run: |
6565
scons platform=${{ matrix.platform }} arch=${{ matrix.arch }} single_source=true
6666
67-
- name: Create archive (Linux)
68-
if: matrix.os == 'ubuntu-latest'
69-
run: |
70-
cd bin/
71-
zip -q -r ../godot-python-${{ matrix.platform }}-${{ matrix.arch }}.zip *
72-
cd ../
73-
7467
- name: Upload artifacts (Linux)
7568
if: matrix.os == 'ubuntu-latest'
7669
uses: actions/upload-artifact@v4
7770
with:
7871
name: godot-python-${{ matrix.platform }}-${{ matrix.arch }}
79-
path: godot-python*.zip
72+
path: bin/**/*
8073
retention-days: 30
8174

8275
- name: Upload artifacts (Windows)

0 commit comments

Comments
 (0)