Skip to content

Commit 7cb2f3b

Browse files
author
Andreas Kurka
committed
Seems like moving the RuntimeIdentifier causes nbgv to fail
Maybe a variable collision?
1 parent 065755c commit 7cb2f3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
Wap_Project_Directory: MapCreationTool.Package
3535
Wap_Project_Name: MapCreationTool.Package.wapproj
3636
Actions_Allow_Unsecure_Commands: true # Allows AddPAth and SetEnv commands
37-
RuntimeIdentifier: win-${{ matrix.targetplatform }}
37+
OutRuntimeIdentifier: win-${{ matrix.targetplatform }}
3838

3939
steps:
4040
- name: Checkout
@@ -74,7 +74,7 @@ jobs:
7474

7575
# Restore the application
7676
- name: Restore the Wpf application to populate the obj folder
77-
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier
77+
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:OutRuntimeIdentifier
7878
env:
7979
Configuration: Debug
8080

@@ -147,6 +147,6 @@ jobs:
147147
with:
148148
# Artifact name
149149
name: MapCreationTool6 #.zip will be added automatically
150-
path: MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/${{ env.RuntimeIdentifier }}/**/*.*
150+
path: MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/${{ env.OutRuntimeIdentifier }}/**/*.*
151151

152152

0 commit comments

Comments
 (0)