Compare commits

..

1 Commits

Author SHA1 Message Date
VC
8ef831c0c5 test: ci pipeline
Some checks failed
release / build (push) Failing after 28s
2025-02-28 19:02:09 +01:00

View File

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