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 - name: Compile
run: "deno task compile" run: "deno task compile"
- name: Test ls # - name: Upload Artifact
run: "ls" # uses: "https://gitea.com/actions/upload-artifact@v3"
# with:
- name: Upload Artifact # name: bunker-artifact
uses: "https://gitea.com/actions/upload-artifact@v3" # path: bunker
with: #
name: bunker-artifact
path: bunker
- name: Release - name: Release
uses: ncipollo/release-action@v1 uses: "https://gitea.com/actions/release-action@main"
with: with:
artifacts: "bunker" artifacts: "bunker"