use gitea releaser
Some checks failed
Integration / validate (push) Successful in 8s
Release / build (push) Failing after 13s

This commit is contained in:
SimonFJ20 2024-09-26 02:30:41 +02:00
parent 5803981615
commit a9228fd09a

View File

@ -20,17 +20,14 @@ jobs:
- name: Compile
run: "deno task compile"
- name: Test ls
run: "ls"
- name: Upload Artifact
uses: "https://gitea.com/actions/upload-artifact@v3"
with:
name: bunker-artifact
path: bunker
# - name: Upload Artifact
# uses: "https://gitea.com/actions/upload-artifact@v3"
# with:
# name: bunker-artifact
# path: bunker
#
- name: Release
uses: ncipollo/release-action@v1
uses: "https://gitea.com/actions/release-action@main"
with:
artifacts: "bunker"