Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
darodi committed Nov 26, 2022
1 parent 141b2c2 commit 3aa783f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: linux-build
path: dist/kcc_linux
path: dist/kcc_linux*
# issue with this action, disabled and commented out
# see https://github.com/AppImageCrafters/build-appimage/issues/5
# see https://appimage-builder.readthedocs.io/en/latest/intro/install.html#install-appimagetool
Expand Down Expand Up @@ -77,5 +77,5 @@ jobs:
files: |
CHANGELOG.md
LICENSE.txt
dist/kcc_linux
dist/kcc_linux*
*.AppImage*

0 comments on commit 3aa783f

Please sign in to comment.