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

Commit dde921e

Browse files
committed
Do not upload template script
1 parent d527269 commit dde921e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/upload-artifact@v2
3939
with:
4040
name: plugin script
41-
path: linuxdeploy-plugin-checkrt*.sh
41+
path: linuxdeploy-plugin-checkrt-*.sh
4242

4343
upload:
4444
name: Create release and upload artifacts
@@ -56,4 +56,4 @@ jobs:
5656
run: |
5757
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
5858
chmod +x pyuploadtool-x86_64.AppImage
59-
./pyuploadtool-x86_64.AppImage **/linuxdeploy-plugin-checkrt*.sh
59+
./pyuploadtool-x86_64.AppImage **/linuxdeploy-plugin-checkrt-*.sh

0 commit comments

Comments
 (0)