File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2626 - name : ' Upload Artifact'
2727 uses : actions/upload-artifact@v4
2828 with :
29- name : python-3.13-alpine3.21-armv7-musl
30- path : ' python-3.13-alpine3.21-armv7-musl.tar.gz '
29+ name : ipks
30+ path : tmp/packages/*.ipk
3131 # These files are already compressed
3232 compression-level : 0
3333
@@ -41,13 +41,12 @@ jobs:
4141 - name : Download Artifact
4242 uses : actions/download-artifact@v4
4343 with :
44- name : python-3.13-alpine3.21-armv7-musl
44+ name : ipks
4545
4646 # TODO: Use a glob if we need to upload more files
4747 - name : Create Release
4848 uses : softprops/action-gh-release@v1
4949 with :
50- files : |
51- python-3.13-alpine3.21-armv7-musl.tar.gz
50+ files : " *.ipk"
5251 env :
5352 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments