Skip to content

Commit 677acbd

Browse files
committed
Fix bash AppImage name on Gihub CI
1 parent 5203274 commit 677acbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cat AppDir/org.gnu.bash.desktop
5757
- name: Test bash
5858
run: |
59-
recipes/bash/bash*.AppImage --appimage-extract-and-run -c "echo Hello World"
59+
recipes/bash/*.AppImage --appimage-extract-and-run -c "echo Hello World"
6060
- name: Upload Artifacts
6161
uses: actions/[email protected]
6262
with:

0 commit comments

Comments
 (0)