We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build.yml
1 parent 6f8443d commit 74eaeeaCopy full SHA for 74eaeea
.github/workflows/build.yml
@@ -64,19 +64,12 @@ jobs:
64
run: |
65
scons platform=${{ matrix.platform }} arch=${{ matrix.arch }} single_source=true
66
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
-
74
- name: Upload artifacts (Linux)
75
if: matrix.os == 'ubuntu-latest'
76
uses: actions/upload-artifact@v4
77
with:
78
name: godot-python-${{ matrix.platform }}-${{ matrix.arch }}
79
- path: godot-python*.zip
+ path: bin/**/*
80
retention-days: 30
81
82
- name: Upload artifacts (Windows)
0 commit comments