Skip to content

Commit c1767f5

Browse files
committed
Fix file upload glob
1 parent 9311f6b commit c1767f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/upload-artifact@v2
4747
with:
4848
name: AppImage
49-
path: linuxdeploy*.AppImage*
49+
path: linuxdeploy-plugin-qt-"$ARCH".AppImage*
5050

5151
upload:
5252
name: Create release and upload artifacts

0 commit comments

Comments
 (0)