Compare commits

..

1 Commits

Author SHA1 Message Date
VC
bd4f35703a test: ci pipeline
All checks were successful
release / build (push) Successful in 22s
2025-02-28 19:00:11 +01:00

View File

@@ -18,9 +18,9 @@ jobs:
BUILD_ONLY: true BUILD_ONLY: true
# - name: Create archive # - name: Create archive
# run: tar -czf public.tar.gz public/ # run: tar -czf public.tar.gz public/
- name: Use Go Action - name: Do release
uses: https://gitea.com/actions/release-action@main uses: ncipollo/release-action@v1
with: with:
files: |- name: public
config.toml artifacts: config.toml
api_key: '${{secrets.RELEASE_TOKEN}}' allowUpdates: true