Skip to content

Commit

Permalink
upload app image
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed May 29, 2024
1 parent 2240af2 commit f90d882
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ jobs:
- name: Upload AppImage
if: ${{ matrix.config.os == 'ubuntu-22.04' && matrix.config.cc == 'gcc' }}
uses: actions/upload-artifact@v2

# with:
# name: ${{ matrix.os }}-artifact
# path: |
# YourApp-x86_64.AppImage
with:
name: ${{ matrix.config.os }}-artifact
path: qtedit4-qt671-x86_64.AppImage

0 comments on commit f90d882

Please sign in to comment.