This commit is contained in:
18
.gitea/workflows/buiildpublish.yaml
Normal file
18
.gitea/workflows/buiildpublish.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Build the project
|
||||
run: |
|
||||
./build.sh
|
||||
- name: Publish
|
||||
run: |
|
||||
./publish.sh
|
||||
|
||||
|
Reference in New Issue
Block a user