Skip to content

Commit

Permalink
Updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Auxy6858 committed Sep 23, 2024
1 parent 586ff23 commit 6126faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6126faf

Please sign in to comment.