Skip to content

Commit

Permalink
Remove extra archive setup for Linux from build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maiself authored Oct 29, 2024
1 parent 6f8443d commit 74eaeea
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,12 @@ jobs:
run: |
scons platform=${{ matrix.platform }} arch=${{ matrix.arch }} single_source=true
- name: Create archive (Linux)
if: matrix.os == 'ubuntu-latest'
run: |
cd bin/
zip -q -r ../godot-python-${{ matrix.platform }}-${{ matrix.arch }}.zip *
cd ../
- name: Upload artifacts (Linux)
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
with:
name: godot-python-${{ matrix.platform }}-${{ matrix.arch }}
path: godot-python*.zip
path: bin/**/*
retention-days: 30

- name: Upload artifacts (Windows)
Expand Down

0 comments on commit 74eaeea

Please sign in to comment.