Skip to content

Commit 2990f34

Browse files
committed
Fix artifact upload
1 parent 9c396d7 commit 2990f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
run: |
6161
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
6262
chmod +x pyuploadtool-x86_64.AppImage
63-
./pyuploadtool-x86_64.AppImage **/linuxdeploy-plugin-native_packages*.AppImage*
63+
./pyuploadtool-x86_64.AppImage linuxdeploy-plugin-native_packages*.AppImage*

0 commit comments

Comments
 (0)