Use a different action to download release (#1121)

This commit is contained in:
Evan Simkowitz 2024-10-24 12:03:40 -07:00 committed by GitHub
parent 4fc65004e9
commit be8ae0ef51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: