Skip to content

Commit

Permalink
[#114] Fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Jul 5, 2024
1 parent 6600a33 commit a0db5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: rrdb${{ runner.os == 'Windows' && '.exe' || ''}}
path: target/build/rrdb${{ runner.os == 'Windows' && '.exe' || ''}}
path: target/debug/rrdb${{ runner.os == 'Windows' && '.exe' || ''}}
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
gh release upload ${{ github.ref_name }} $filename
env:
GH_TOKEN: ${{ github.token }}
filename: target/build/rrdb${{ runner.os == 'Windows' && '.exe' || ''}}
filename: target/debug/rrdb${{ runner.os == 'Windows' && '.exe' || ''}}

0 comments on commit a0db5bd

Please sign in to comment.