We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693e664 commit f0cb826Copy full SHA for f0cb826
.github/workflows/Deploy.yml
@@ -40,12 +40,12 @@ jobs:
40
uses: actions/upload-artifact@v2
41
with:
42
name: clickonce-artifact
43
- path: ./QuickIPchange/bin/Release/net6.0-windows/win-x64/publish/QuickIPchange.exe
+ path: ./QuickIPchange/bin/Release/net8.0-windows7.0/win-x64/publish/QuickIPchange.exe
44
45
- name: Create GitHub Release
46
uses: softprops/action-gh-release@v1
47
if: startsWith(github.ref, 'refs/tags/')
48
49
- files: ./QuickIPchange/bin/Release/net6.0-windows/win-x64/publish/QuickIPchange.exe
+ files: ./QuickIPchange/bin/Release/net8.0-windows7.0/win-x64/publish/QuickIPchange.exe
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments