Skip to content

Commit be8ae0e

Browse files
authored
Use a different action to download release (#1121)
1 parent 4fc6500 commit be8ae0e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
AWS_DEFAULT_REGION: us-west-2
2727
shell: bash
2828
- name: Download Snap from Release
29-
uses: i3h/download-release-asset@v1
29+
uses: robinraju/release-downloader@v1
3030
with:
31-
owner: wavetermdev
32-
repo: waveterm
3331
tag: ${{github.ref_name}}
34-
file: /*.snap/
32+
fileName: "*.snap"
3533
- name: Publish to Snapcraft
3634
run: "task artifacts:publish:snap:${{ github.ref_name }}"
3735
env:

0 commit comments

Comments
 (0)