...fixed another missing $

This commit is contained in:
2025-01-08 12:57:51 -05:00
parent e89e5984ee
commit 8bf95b1b20

View File

@@ -34,6 +34,6 @@ jobs:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
files: |-
{{ steps.repo.outputs.repo }}-${{ inputs.version }}.zip
${{ steps.repo.outputs.repo }}-${{ inputs.version }}.zip
tag_name: ${{ inputs.version }}
name: Release - ${{ inputs.version }}