Skip to content

Commit

Permalink
Use simpler file name for windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
petetronic committed Dec 6, 2023
1 parent 71ca694 commit 6ce516a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: positron-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.target }}-installer
path: ${{github.workspace}}\Positron-${{ inputs.short_version }}-Setup.exe
path: Positron-${{ inputs.short_version }}-Setup.exe

- name: Record artifact name
id: artifact-name
Expand All @@ -135,7 +135,7 @@ jobs:
id: artifact-file
shell: bash
run: |
echo "result=${{github.workspace}}\Positron-${{ inputs.short_version }}-Setup.exe" >> $GITHUB_OUTPUT
echo "result=Positron-${{ inputs.short_version }}-Setup.exe" >> $GITHUB_OUTPUT
status:
Expand Down

0 comments on commit 6ce516a

Please sign in to comment.