Skip to content

Commit a7d3fa9

Browse files
committed
Fix paths for CI
why did I switch it to use the windows7.0 target and not windows?
1 parent 5b5d544 commit a7d3fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: launcher
46-
path: Launcher\bin\x64\Release\net8.0-windows\win-x64\publish\
46+
path: Launcher\bin\x64\Release\net8.0-windows7.0\win-x64\publish\
4747
- name: Get release name
4848
shell: pwsh
4949
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
50+
run: echo "PRODUCT=$((Get-Item -Path 'Launcher\bin\x64\Release\net8.0-windows7.0\win-x64\publish\Osoyoos.exe').VersionInfo.ProductVersion)" >> $env:GITHUB_OUTPUT
5151

5252

5353
release:

0 commit comments

Comments
 (0)