Skip to content

Commit

Permalink
Upload artifact v4 requires name according to architeture
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Jan 5, 2025
1 parent f18085e commit 433a260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-touch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
image: clickable/ci-20.04-${{ matrix.arch }}
run: clickable build --skip-review
- name: Upload .click package
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: click-${{ matrix.arch }}
path: build/*/app/*.click
# - name: Publish to Open Store
# if: startsWith( github.ref, 'refs/tags/')
Expand Down

0 comments on commit 433a260

Please sign in to comment.