We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2126e commit e48030aCopy full SHA for e48030a
.github/workflows/Test.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "$i=$r" >> $GITHUB_ENV
27
done
28
29
- find / -iname "appimagetool-x86_64_2019-05-01.AppImage"
+ find / -iname "*.AppImage" 2>/dev/null
30
31
- name: Checkout
32
uses: actions/checkout@v4
.github/workflows/TestNoDocker.yml
@@ -27,7 +27,7 @@ jobs:
33
0 commit comments