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 5b5d544 commit a7d3fa9Copy full SHA for a7d3fa9
.github/workflows/dotnet.yml
@@ -43,11 +43,11 @@ jobs:
43
uses: actions/upload-artifact@v4
44
with:
45
name: launcher
46
- path: Launcher\bin\x64\Release\net8.0-windows\win-x64\publish\
+ path: Launcher\bin\x64\Release\net8.0-windows7.0\win-x64\publish\
47
- name: Get release name
48
shell: pwsh
49
id: get_release_name
50
- run: echo "PRODUCT=$((Get-Item -Path 'Launcher\bin\x64\Release\net8.0-windows\win-x64\publish\Osoyoos.exe').VersionInfo.ProductVersion)" >> $env:GITHUB_OUTPUT
+ run: echo "PRODUCT=$((Get-Item -Path 'Launcher\bin\x64\Release\net8.0-windows7.0\win-x64\publish\Osoyoos.exe').VersionInfo.ProductVersion)" >> $env:GITHUB_OUTPUT
51
52
53
release:
0 commit comments