Skip to content

Commit

Permalink
actionstest10
Browse files Browse the repository at this point in the history
  • Loading branch information
l0ss committed Jun 15, 2021
1 parent d761805 commit a3f140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ".\\bin\\Release\\Snaffler.exe"
files: "D:\\a\\Snaffler\\Snaffler\\Snaffler\\bin\\Release\\Snaffler.exe"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a3f140b

Please sign in to comment.