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:
|
||||
go-version-file: 'go.mod'
|
||||
- run: |
|
||||
printf '%s' "$GIT_CRYPT_SECRET" > 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'
|
||||
|
|
Loading…
Add table
Reference in a new issue