Compare commits
3 Commits
ec720711d4
...
c7c5a95a04
| Author | SHA1 | Date | |
|---|---|---|---|
| c7c5a95a04 | |||
| d4ab56171d | |||
| 72b7caa57f |
@@ -1,5 +1,6 @@
|
|||||||
name: FTP Upload on Push
|
name: FTP Upload on Push
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- prod
|
- prod
|
||||||
|
|||||||
18
.gitea/workflows/release.yaml
Normal file
18
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: FTP Upload on Push
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- prod
|
||||||
|
|
||||||
|
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