Compare commits
No commits in common. "c683d5d254e5cbe93063da6c88a1d764b8515774" and "a9228fd09acaf4f4fdcf76c50988f03f4e9bfda7" have entirely different histories.
c683d5d254
...
a9228fd09a
@ -6,7 +6,6 @@ on:
|
||||
branches: main
|
||||
jobs:
|
||||
validate:
|
||||
name: Validate
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read # Needed to clone the repository
|
||||
@ -21,36 +20,3 @@ jobs:
|
||||
|
||||
- name: Check
|
||||
run: "deno task check"
|
||||
build:
|
||||
name: Build latest
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
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
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
|
||||
- name: Compile
|
||||
run: "deno task compile"
|
||||
|
||||
- name: Release
|
||||
id: use-go-action
|
||||
uses: "https://gitea.com/actions/release-action@main"
|
||||
with:
|
||||
files: "bunker"
|
||||
api_key: '${{secrets.GITEA_TOKEN}}'
|
||||
tag_name: "latest"
|
||||
prerelease: true
|
||||
|
||||
|
@ -11,27 +11,24 @@ 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
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
|
||||
- name: Compile
|
||||
run: "deno task compile"
|
||||
|
||||
# - name: Upload Artifact
|
||||
# uses: "https://gitea.com/actions/upload-artifact@v3"
|
||||
# with:
|
||||
# name: bunker-artifact
|
||||
# path: bunker
|
||||
#
|
||||
- name: Release
|
||||
id: use-go-action
|
||||
uses: "https://gitea.com/actions/release-action@main"
|
||||
with:
|
||||
files: "bunker"
|
||||
api_key: '${{secrets.GITEA_TOKEN}}'
|
||||
artifacts: "bunker"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user