Skip to content

Commit

Permalink
Upload AppDir for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Jul 23, 2024
1 parent 3075c32 commit 1b919e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
path: packetry-x86_64.AppImage
if-no-files-found: error

- name: Upload AppImage binary (Linux)
uses: actions/upload-artifact@v4
with:
name: Linux AppDir
path: packetry.AppDir
if-no-files-found: error


create-docker-image:
permissions:
Expand Down

0 comments on commit 1b919e9

Please sign in to comment.