Skip to content

Commit

Permalink
yay windows paths
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Henry <[email protected]>
  • Loading branch information
rickh94 committed Aug 21, 2021
1 parent b8d81db commit 9c1d28e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- os: windows-latest
target: x86_64-pc-windows-msvc
cross: false
artifact_name: target\x86_64-pc-windows-msvc\release\rustmon
artifact_name: .\target\x86_64-pc-windows-msvc\release\rustmon
asset_name: rustmon-windows-x86_64

runs-on: ${{ matrix.os }}
Expand All @@ -53,7 +53,6 @@ jobs:
- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
with:
prerelease: true
override: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.artifact_name }}
Expand Down

0 comments on commit 9c1d28e

Please sign in to comment.