Skip to content

Commit

Permalink
Correct name used for files
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 28, 2023
1 parent e8779cc commit ad00bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set file base name
id: set-file-base
run: |
FILE_NAME_BASE=$(echo "${{ needs.log-the-inputs.outputs.rel_tag }}")
FILE_NAME_BASE=$(echo "${{ needs.log-the-inputs.outputs.rel_name }}")
echo "FILE_BASE=$FILE_NAME_BASE" >> $GITHUB_OUTPUT
shell: bash

Expand Down

0 comments on commit ad00bd3

Please sign in to comment.