Compare commits
2 commits
d64356107a
...
71611796dd
Author | SHA1 | Date | |
---|---|---|---|
71611796dd | |||
64c0d5a297 |
1 changed files with 4 additions and 0 deletions
|
@ -34,7 +34,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
- run: |
|
- run: |
|
||||||
|
printf '%s' "$GIT_CRYPT_SECRET" > secret
|
||||||
|
git-crypt unlock secret
|
||||||
make build
|
make build
|
||||||
|
env:
|
||||||
|
GIT_CRYPT_SECRET: '${{ secrets.GIT_CRYPT }}'
|
||||||
- uses: 'actions/upload-artifact@v4'
|
- uses: 'actions/upload-artifact@v4'
|
||||||
with:
|
with:
|
||||||
if-no-files-found: 'error'
|
if-no-files-found: 'error'
|
||||||
|
|
Loading…
Add table
Reference in a new issue