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