Compare commits

..

2 commits

Author SHA1 Message Date
d64356107a
chore(ods): add README
Some checks failed
/ build (push) Failing after 16s
/ fmt (push) Successful in 9s
/ test (push) Successful in 10s
2025-03-13 00:21:32 +01:00
bc7a129321
chore(tooling): test forgejo actions
All checks were successful
/ fmt (push) Successful in 10s
/ test (push) Successful in 11s
/ build (push) Has been skipped
2025-03-13 00:19:55 +01:00

View file

@ -34,11 +34,7 @@ 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'