Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit d527269

Browse files
committed
Fix upload
1 parent 0baf0f7 commit d527269

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@ jobs:
3434
- name: Build
3535
run: docker run --rm -i -e ARCH -u "$(id -u)" -v "$PWD":/ws -w /ws "$DOCKER_IMAGE" /bin/bash -xe ./generate-plugin-script.sh
3636

37-
- name: Inspect
38-
run: tree
39-
4037
- name: Archive artifacts
4138
uses: actions/upload-artifact@v2
4239
with:
4340
name: plugin script
44-
path: linuxdeploy-plugin-checkrt-"$ARCH".sh
41+
path: linuxdeploy-plugin-checkrt*.sh
4542

4643
upload:
4744
name: Create release and upload artifacts

0 commit comments

Comments
 (0)