Compare commits
2 commits
71611796dd
...
d64356107a
Author | SHA1 | Date | |
---|---|---|---|
d64356107a | |||
bc7a129321 |
1 changed files with 0 additions and 4 deletions
|
@ -34,11 +34,7 @@ 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