workflow update
This commit is contained in:
parent
70155580f6
commit
2daf890ed1
1 changed files with 8 additions and 2 deletions
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
|
|
@ -16,6 +16,12 @@ jobs:
|
|||
- name: Build
|
||||
run: ./build.sh
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
- uses: actions/forgejo-release@v2
|
||||
with:
|
||||
files: ./bin/crafter-build
|
||||
direction: upload
|
||||
url: https://forgejo.catcrafts.net
|
||||
repo: "Crafter/Crafter.Build"
|
||||
tag: "${{ github.ref_name }}"
|
||||
sha: "${{ github.sha }}"
|
||||
release-dir: bin
|
||||
token: ${{ secrets.TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue