parent
a9228fd09a
commit
07aabc16fc
@ -11,12 +11,17 @@ jobs:
|
||||
steps:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
|
||||
- name: Compile
|
||||
run: "deno task compile"
|
||||
|
||||
@ -27,6 +32,7 @@ jobs:
|
||||
# path: bunker
|
||||
#
|
||||
- name: Release
|
||||
id: use-go-action
|
||||
uses: "https://gitea.com/actions/release-action@main"
|
||||
with:
|
||||
artifacts: "bunker"
|
||||
|
Loading…
Reference in New Issue
Block a user