Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
It will not work as the .desktop and .svg files are missing.
  • Loading branch information
Cook-I-T authored Sep 10, 2023
1 parent c8400cb commit 4446528
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ jobs:
cd ${GITHUB_WORKSPACE}/build && \
ninja
- name: Generate AppImage
run: |
cd ${GITHUB_WORKSPACE}/build && \
wget https://github.com/linuxdeploy/linuxdeploy/releases/latest/download/linuxdeploy-x86_64.AppImage && \
./linuxdeploy-x86_64.AppImage \
--appdir AppDir \
--executable ./graphite/graphite \
-d graphite.desktop \
-i graphite.svg \
--output appimage
- name: tar gz the graphite binary
if: success()
run: |
Expand Down

0 comments on commit 4446528

Please sign in to comment.