Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajde authored Dec 19, 2024
1 parent b394116 commit cc8b61c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
VER=$(cat VERSION)
echo "VERSION=$VER" >> $GITHUB_ENV
- name: set file name
run: echo "FILENAME=${{ inputs.OUTPUT_NAME }}" >> $GITHUB_ENV

- name: Append version information to file name, if requested
if: ${{ inputs.OUTPUT_APPEND_VERSION }}
run: echo "FILENAME=${{ env.FILENAME }}-${{ env.VERSION }}" >> $GITHUB_ENV
Expand Down

0 comments on commit cc8b61c

Please sign in to comment.