Skip to content

Commit

Permalink
fix artifact matching for appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
aarron-lee committed Jan 8, 2024
1 parent fe66742 commit 09a8ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: publish to github release
uses: softprops/action-gh-release@v1
with:
files: /tmp/artifacts/hhd-ui/hhd-ui.AppImage
files: /tmp/artifacts/hhd-ui-electron/hhd-ui.AppImage
tag_name: ${{ github.ref_name }}
body: |
hhd-ui
Expand Down

0 comments on commit 09a8ee0

Please sign in to comment.