Merge branch 'main' of https://git.sanggi.ch/matteo/lms-plugins
Some checks failed
Release Plugins / release-plugins (push) Failing after 7s
Some checks failed
Release Plugins / release-plugins (push) Failing after 7s
This commit is contained in:
@@ -2,9 +2,16 @@ name: Release Plugins
|
||||
on: [push]
|
||||
jobs:
|
||||
release-plugins:
|
||||
runs-on: debian-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "Action started"
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
- run: ls ${{ gitea.workspace }}
|
||||
- run: apt update && apt install zip
|
||||
- run: zip -r YouTubeMusic.zip .
|
||||
- name: Release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
YouTubeMusic.zip
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
|
||||
Reference in New Issue
Block a user