Compare commits
2 commits
47fb05db08
...
76b31ba945
Author | SHA1 | Date | |
---|---|---|---|
76b31ba945 | |||
56731f877f |
1 changed files with 0 additions and 22 deletions
|
@ -22,25 +22,3 @@ jobs:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
- run: |
|
- run: |
|
||||||
make check tidy no-dirty
|
make check tidy no-dirty
|
||||||
build:
|
|
||||||
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
|
|
||||||
needs:
|
|
||||||
- 'fmt'
|
|
||||||
- 'test'
|
|
||||||
runs-on: 'self-hosted'
|
|
||||||
steps:
|
|
||||||
- uses: 'actions/checkout@v4'
|
|
||||||
- uses: 'actions/setup-go@v5'
|
|
||||||
with:
|
|
||||||
go-version-file: 'go.mod'
|
|
||||||
- run: |
|
|
||||||
printf '%s' "$GIT_CRYPT_SECRET" | base64 -d > secret
|
|
||||||
git-crypt unlock secret
|
|
||||||
make build
|
|
||||||
env:
|
|
||||||
GIT_CRYPT_SECRET: '${{ secrets.GIT_CRYPT }}'
|
|
||||||
- uses: 'actions/upload-artifact@v4'
|
|
||||||
with:
|
|
||||||
if-no-files-found: 'error'
|
|
||||||
name: 'ods-${{ env.GITHUB_REF_NAME }}'
|
|
||||||
path: 'ods'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue