Skip to content

Commit

Permalink
Merge pull request #801 from dsm/current
Browse files Browse the repository at this point in the history
fixed appimage release.
  • Loading branch information
ra3xdh authored Jul 4, 2024
2 parents 08dba8a + 43f724f commit 75ef4d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -59,9 +59,9 @@ jobs:
mv *.AppImage Qucs-S-x86_64-Linux.AppImage
- name: 'Upload artifact: AppImage'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Qucs-S-x86_64-Linux.AppImage
name: Qucs-S-x86_64-Linux
path: Qucs-S-x86_64-Linux.AppImage


Expand Down

0 comments on commit 75ef4d8

Please sign in to comment.