File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
tag : ${{github.ref_name}}
32
32
fileName : " *.snap"
33
33
- name : Publish to Snapcraft
34
- run : " task artifacts:publish: snap:${{ github.ref_name }}"
34
+ run : " task artifacts:snap:publish :${{ github.ref_name }}"
35
35
env :
36
36
SNAPCRAFT_STORE_CREDENTIALS : " ${{secrets.SNAPCRAFT_LOGIN_CREDS}}"
37
37
bump-winget :
44
44
with :
45
45
version : 3.x
46
46
repo-token : ${{ secrets.GITHUB_TOKEN }}
47
- - name : Submit Winget version bump
48
- run : " task artifacts:publish: winget:${{ github.ref_name }}"
47
+ - name : Submit WinGet version bump
48
+ run : " task artifacts:winget:publish :${{ github.ref_name }}"
49
49
env :
50
50
GITHUB_TOKEN : ${{ secrets.WINGET_BUMP_PAT }}
51
51
shell : pwsh
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ tasks:
230
230
echo "https://$SUFFIX"
231
231
fi
232
232
done
233
- artifacts:publish: snap:* :
233
+ artifacts:snap:publish :* :
234
234
desc : Publishes the specified artifacts version to Snapcraft.
235
235
vars :
236
236
UP_VERSION : ' {{ replace "v" "" (index .MATCH 0)}}'
@@ -239,7 +239,7 @@ tasks:
239
239
snapcraft upload --release={{.CHANNEL}} waveterm_{{.UP_VERSION}}_arm64.snap
240
240
snapcraft upload --release={{.CHANNEL}} waveterm_{{.UP_VERSION}}_amd64.snap
241
241
242
- artifacts:publish: winget:* :
242
+ artifacts:winget:publish :* :
243
243
desc : Submits a version bump request to WinGet for the latest release.
244
244
status :
245
245
- exit {{if contains UP_VERSION "beta"}}0{{else}}1{{end}}
You can’t perform that action at this time.
0 commit comments