diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c23f466..5269fe5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,7 +28,7 @@ jobs: - name: Publish uses: softprops/action-gh-release@v2 with: - files: BitBox.zip - token: ${{ secrets.GITHUB_TOKEN }} + files: '/home/runner/work/BitBox/BitBox/bin/Release/net8.0/BitBox.dll' + token: ${{ secrets.TOKEN }} repository: auxy6858/BitBox tag_name: "Release" \ No newline at end of file