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.
2 parents f668957 + 36004d1 commit a53581fCopy full SHA for a53581f
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
mv dist-newstyle/sdist/*.tar.gz source/source.tar.gz
38
39
- name: Upload artifact
40
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
41
with:
42
name: source
43
path: source/
@@ -95,7 +95,7 @@ jobs:
95
( cd bin && ../builders/run_builder ../source/source.tar.gz ../builders/${{matrix.build}} )
96
97
98
99
100
name: ${{matrix.build}}.bin
101
path: bin/
@@ -127,7 +127,7 @@ jobs:
127
rm -rf */ README* LICENSE*
128
129
130
131
132
name: deploy
133
path: deploy/
0 commit comments