Skip to content

Commit 433a260

Browse files
committed
Upload artifact v4 requires name according to architeture
1 parent f18085e commit 433a260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ubuntu-touch.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
image: clickable/ci-20.04-${{ matrix.arch }}
2222
run: clickable build --skip-review
2323
- name: Upload .click package
24-
uses: actions/upload-artifact@v3.1.1
24+
uses: actions/upload-artifact@v4
2525
with:
26+
name: click-${{ matrix.arch }}
2627
path: build/*/app/*.click
2728
# - name: Publish to Open Store
2829
# if: startsWith( github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)