diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 994ee11..578524f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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 }}