We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd41f79 + eda8655 commit f6485b0Copy full SHA for f6485b0
1 file changed
.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@v6
+ uses: actions/upload-artifact@v7
41
with:
42
name: source
43
path: source/
@@ -100,7 +100,7 @@ jobs:
100
( cd bin && ../builders/run_builder ../source/source.tar.gz ../builders/${{matrix.build}} )
101
102
103
104
105
name: ${{matrix.build}}.bin
106
path: bin/
@@ -132,7 +132,7 @@ jobs:
132
rm -rf */ README* LICENSE*
133
134
135
136
137
name: deploy
138
path: deploy/
0 commit comments