Skip to content

Commit

Permalink
fix the release build
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed Jun 14, 2023
1 parent 9d7bf34 commit ad074d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: hellocontest-appimage
path: ./${{ steps.create_appimage.outputs.appimage_filename }}
path: ${{ steps.create_appimage.outputs.appimage_filename }}

- name: 'Upload Debian package'
uses: actions/upload-artifact@v3
with:
name: hellocontest-debpkg
path: ./${{ steps.create_deb_package.outputs.deb_package_filename }}
path: ${{ steps.create_deb_package.outputs.deb_package_filename }}

- name: Upload package to the release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit ad074d3

Please sign in to comment.