Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain authored Feb 26, 2022
1 parent 401e41f commit 5db2648
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ jobs:
with:
arch: ${{matrix.config.WIN_ARCH}}

- name: Setup Linux/gcc-8
if: runner.os == 'Linux'
run: |
sudo apt-get install g++-8
echo 'CC=gcc-8' >> $GITHUB_ENV
echo 'CXX=g++-8' >> $GITHUB_ENV
- name: Cache Qt
id: cache-qt
uses: actions/cache@v2
Expand Down Expand Up @@ -93,6 +86,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "*.msi;*.tar.gz;*.dmg;*.AppImage"
file: "*.msi;*.dmg;GPUpad*.AppImage"
tags: true
draft: true

0 comments on commit 5db2648

Please sign in to comment.