Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Dec 6, 2023
1 parent 93c4d6c commit e333cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ jobs:
name: "🚀${{ inputs.release-type }} Release - ${{ needs.get_version.outputs.version }}"
body_path: "${{ github.workspace }}/ReleaseNotes/${{ inputs.release-type }}Releases/Release-Notes-${{ needs.get_version.outputs.version }}.md"
files: |
"${{ github.workspace }}/ReleaseNotes/${{ inputs.release-type }}Releases/Release-Notes-${{ needs.get_version.outputs.version }}.md"
"${{ github.workspace }}/${{ vars.RELATIVE_DIST_DIR_PATH }}/kdcli/dist/kdcli-win-x64.zip"
"${{ github.workspace }}/${{ vars.RELATIVE_DIST_DIR_PATH }}/kdcli/dist/kdcli-linux-x64.zip"
"${{ github.workspace }}/ReleaseNotes/${{ inputs.release-type }}/Release-Notes-${{ needs.get_version.outputs.version }}.md"
"${{ github.workspace }}/${{ vars.RELATIVE_DIST_DIR_PATH }}/kdcli-win-x64.zip"
"${{ github.workspace }}/${{ vars.RELATIVE_DIST_DIR_PATH }}/kdcli-linux-x64.zip"
tag_name: "${{ needs.get_version.outputs.version }}"
prerelease: ${{ inputs.release-type == 'Preview' }}
draft: false
Expand Down

0 comments on commit e333cb1

Please sign in to comment.