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