Skip to content

Commit

Permalink
Fix: GHA windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider authored Feb 3, 2024
1 parent 29abb5f commit bb55d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: windows.tar
path: ${{ github.workspace }}/build/lethean-cli-windows.tar
path: ${{ github.workspace }}\build\lethean-cli-windows.tar
- name: Get the version
id: get_version
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -64,5 +64,5 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ github.workspace }}/build/lethean-cli-windows.tar
files: ${{ github.workspace }}\build\lethean-cli-windows.tar

0 comments on commit bb55d11

Please sign in to comment.