feat: fix path to action shell script
Some checks failed
/ integration (push) Has been cancelled
/ tests (push) Has been cancelled

This commit is contained in:
Thomas_John_Killen 2025-09-12 14:29:13 +02:00
parent 1884f9864c
commit 31993190e7

View file

@ -115,5 +115,5 @@ runs:
echo -n "${{ inputs.gpg-passphrase }}" > $TMP_DIR/gpg-passphrase
export GPG_PASSPHRASE="$TMP_DIR/gpg-passphrase"
forgejo-release.sh ${{ inputs.direction }}
${{ forge.action_path }}/forgejo-release.sh ${{ inputs.direction }}
shell: bash