mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
Use a different action to download release (#1121)
This commit is contained in:
parent
4fc65004e9
commit
be8ae0ef51
1 changed files with 2 additions and 4 deletions
6
.github/workflows/publish-release.yml
vendored
6
.github/workflows/publish-release.yml
vendored
|
|
@ -26,12 +26,10 @@ jobs:
|
|||
AWS_DEFAULT_REGION: us-west-2
|
||||
shell: bash
|
||||
- name: Download Snap from Release
|
||||
uses: i3h/download-release-asset@v1
|
||||
uses: robinraju/release-downloader@v1
|
||||
with:
|
||||
owner: wavetermdev
|
||||
repo: waveterm
|
||||
tag: ${{github.ref_name}}
|
||||
file: /*.snap/
|
||||
fileName: "*.snap"
|
||||
- name: Publish to Snapcraft
|
||||
run: "task artifacts:publish:snap:${{ github.ref_name }}"
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue