This commit is contained in:
parent
d99f2143a4
commit
8adbea0acd
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/build.yml
Normal file
16
.forgejo/workflows/build.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
check-latest: true
|
||||
cache-dependency-path: "**/*.sum"
|
||||
- run: go build
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: fj
|
||||
path: fj
|
Loading…
Add table
Reference in a new issue