fixup! [#25] ci: Publish release artifacts automatically
Some checks failed
build / locode (push) Failing after 1m37s

This commit is contained in:
Vitaliy Potyarkin 2025-03-13 15:56:25 +03:00
parent df5b630a18
commit 1de8f49fbf

View file

@ -31,7 +31,7 @@ jobs:
if: >- if: >-
startsWith(github.ref, 'refs/tags/v') && startsWith(github.ref, 'refs/tags/v') &&
(github.event_name == 'workflow_dispatch' || github.event_name == 'push') (github.event_name == 'workflow_dispatch' || github.event_name == 'push')
uses: actions/release uses: actions/release@v2
with: with:
direction: upload direction: upload
release-dir: artifacts release-dir: artifacts