??
This commit is contained in:
parent
13d95290b9
commit
e06a124733
@ -56,11 +56,10 @@ jobs:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
- name: Set up cache for Nix
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
@ -76,6 +75,11 @@ jobs:
|
||||
nix build
|
||||
ls -alh ./result/bin/tricu
|
||||
|
||||
- name: Setup go for release actoin
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
|
||||
- name: Release binary
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user