Skip to content

Commit eb9a32f

Browse files
committed
CI IPK's
1 parent c7f6b4b commit eb9a32f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)