Update .gitea/workflows/release.yaml
Some checks failed
release / release-plugins (push) Failing after 26s
Some checks failed
release / release-plugins (push) Failing after 26s
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
name: release
|
name: release
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-plugins:
|
release-plugins:
|
||||||
@@ -17,10 +14,13 @@ jobs:
|
|||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.20.1'
|
go-version: '>=1.20.1'
|
||||||
- run: cd YouTubeMusic && zip -r YouTubeMusic.zip .
|
- run: cd YouTubeMusic && zip -r YouTubeMusic.zip . && mv YouTubeMusic.zip ../
|
||||||
|
- run: sha1sum YouTubeMusic.zip > YouTubeMusic.sha
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
|
tag_name: 0.0.1
|
||||||
files: |-
|
files: |-
|
||||||
YouTubeMusic/YouTubeMusic.zip
|
YouTubeMusic.zip
|
||||||
|
YouTubeMusic.sha
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
|||||||
Reference in New Issue
Block a user