use gitea releaser
This commit is contained in:
parent
5803981615
commit
a9228fd09a
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user