Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed May 29, 2024
1 parent 8f74fd3 commit 76be4b1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,3 @@ jobs:
id: runcmakebuild
run: |
cmake --build ${{ runner.workspace }}/build/${{ runner.config.build_dir }} --parallel --verbose
-name: Build AppImage
if: matrix.os == 'ubuntu-22.04' && matrix.cc == 'gcc'
run: |
wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" -O appimagetool
chmod +x appimagetool
mkdir -p dist
./appimagetool --comp xz YourApp-x86_64.AppImage
working-directory: build
- name: Upload AppImage
if: matrix.os == 'ubuntu-22.04' && matrix.cc == 'gcc'
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }}-artifact
path: |
YourApp-x86_64.AppImage

0 comments on commit 76be4b1

Please sign in to comment.