Skip to content

Commit f0cb826

Browse files
authored
Update Deploy.yml
1 parent 693e664 commit f0cb826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
uses: actions/upload-artifact@v2
4141
with:
4242
name: clickonce-artifact
43-
path: ./QuickIPchange/bin/Release/net6.0-windows/win-x64/publish/QuickIPchange.exe
43+
path: ./QuickIPchange/bin/Release/net8.0-windows7.0/win-x64/publish/QuickIPchange.exe
4444

4545
- name: Create GitHub Release
4646
uses: softprops/action-gh-release@v1
4747
if: startsWith(github.ref, 'refs/tags/')
4848
with:
49-
files: ./QuickIPchange/bin/Release/net6.0-windows/win-x64/publish/QuickIPchange.exe
49+
files: ./QuickIPchange/bin/Release/net8.0-windows7.0/win-x64/publish/QuickIPchange.exe
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)