Skip to content

Commit

Permalink
Fix bash AppImage name on Gihub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
azubieta committed Apr 14, 2022
1 parent 5203274 commit 677acbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cat AppDir/org.gnu.bash.desktop
- name: Test bash
run: |
recipes/bash/bash*.AppImage --appimage-extract-and-run -c "echo Hello World"
recipes/bash/*.AppImage --appimage-extract-and-run -c "echo Hello World"
- name: Upload Artifacts
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 677acbd

Please sign in to comment.