This commit is contained in:
parent
cf4484f123
commit
e4b32da599
2 changed files with 19 additions and 0 deletions
18
.forgejo/workflows/package.yaml
Normal file
18
.forgejo/workflows/package.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
publish_package:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/forgejo/forgejo-build-publish/build@v1
|
||||
with:
|
||||
forgejo: "${{ env.GITHUB_SERVER_URL }}"
|
||||
owner: "${{ env.GITHUB_REPOSITORY_OWNER }}"
|
||||
repository: "${{ env.GITHUB_REPOSITORY/`${{ env.GITHUB_REPOSITORY_OWNER }}/'' }}"
|
||||
doer: "seang96"
|
||||
release-version: "${{ env.GITHUB_REF }}"
|
||||
token: "${{ secrets.token }}"
|
||||
platforms: linux/amd64
|
||||
override: 'true'
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
*.yaml
|
||||
!.pre-commit-config.yaml
|
||||
!example-config.yaml
|
||||
!.forgejo/workflows/*
|
||||
|
||||
*.session
|
||||
*.json
|
||||
|
|
Loading…
Reference in a new issue