Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Aug 5, 2024
1 parent 53f0284 commit 0ca5cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: cpack --config ${{github.workspace}}/build/CPackConfig.cmake

- name: Build AppImage
if: runner.os == 'Linux'
if: false # runner.os == 'Linux' # retry when Ubuntu 20.04 is endoflife (02 Apr 2025)
run: |
sudo apt-get install libfuse2
mkdir -p AppDir
Expand All @@ -98,6 +98,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "*.msi;*.dmg;GPUpad*.AppImage"
file: "*.msi;*.dmg;*.tar.gz;GPUpad*.AppImage"
tags: true
draft: false

0 comments on commit 0ca5cb9

Please sign in to comment.