Skip to content

Commit

Permalink
build: remove version directory from windows
Browse files Browse the repository at this point in the history
  • Loading branch information
toxophilist committed Nov 27, 2024
1 parent c7a2503 commit 6dd211e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
if: matrix.os == 'windows-latest' && (failure() || success())
run: |
ls -R ./ocd/dist
gh release upload ${{ env.BRANCH_RELEASE_TAG }} ./ocd/dist/make/squirrel.windows/x64/${{ env.OCD_VERSION }}/ocd-${{ env.OCD_VERSION }}*.exe --clobber
gh release upload ${{ env.BRANCH_RELEASE_TAG }} ./ocd/dist/make/squirrel.windows/x64/ocd-${{ env.OCD_VERSION }}*.exe --clobber
# gh release upload ${{ env.BRANCH_RELEASE_TAG }} ./ocd/dist/release/${{ env.OCD_VERSION }}/ocd-Windows-${{ env.OCD_VERSION }}*x64.exe --clobber
- name: Upload Linux Artifact to Release
if: matrix.os == 'ubuntu-latest' && (failure() || success())
Expand Down

0 comments on commit 6dd211e

Please sign in to comment.