ci: fix action path conflict on release

This commit is contained in:
Michael Kriese 2026-01-21 10:57:48 +01:00
parent 2c623db48b
commit 55bba0ab65
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -6,14 +6,15 @@ on:
jobs:
publish:
runs-on: docker
container:
image: data.forgejo.org/oci/node:24-trixie
steps:
# needs to be in a different dir, so binary and rna cache don't conflict
- uses: https://data.forgejo.org/actions/checkout@v6
with:
path: forgejo-release
- name: publish release
uses: ./
uses: ./forgejo-release
with:
direction: upload
override: ${{ vars.OVERRIDE || 'false' }}