Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coborax authored Nov 13, 2022
1 parent 0bb7d97 commit 9d4957e
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 @@ -36,7 +36,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: 'editor-windows.zip'
file: 'Signe.Editor/bin/Debug/net6.0/editor-windows.zip'
asset_name: editor-windows
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 9d4957e

Please sign in to comment.