Added release action
This commit is contained in:
14
.gitea/workflows/release.yaml
Normal file
14
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: FTP Upload on Push
|
||||||
|
on: workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Add screen.js to releases
|
||||||
|
uses: actions/gitea-release-action@v1
|
||||||
|
with:
|
||||||
|
files: screen.js
|
||||||
Reference in New Issue
Block a user