feat: fix path to action shell script
This commit is contained in:
parent
1884f9864c
commit
31993190e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue