Skip to content

Commit 4311703

Browse files
author
Andreas Kurka
committed
RuntimeIdentifier was not detected, seemed to be empty. Globalized it again
1 parent 1deca60 commit 4311703

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +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 }}
3738

3839
steps:
3940
- name: Checkout
@@ -76,7 +77,6 @@ jobs:
7677
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier
7778
env:
7879
Configuration: Debug
79-
RuntimeIdentifier: win-${{ matrix.targetplatform }}
8080

8181
# Decode the Base64 encoded Pfx
8282
# - name: Decode the Pfx
@@ -148,12 +148,3 @@ jobs:
148148
# Artifact name
149149
name: MapCreationTool6 #.zip will be added automatically
150150
path: MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/${{ env.RuntimeIdentifier }}/**/*.*
151-
152-
# No 1 works but is too extensive
153-
# Exists on working directory - MapCreationTool1.zip\bin\x86\Debug\net5.0-windows\
154-
155-
# 2: No files were found with the provided path: MapCreationTool\MapCreationTool\bin\x86\*.*. No artifacts will be uploaded.
156-
# 3: Warning: No files were found with the provided path: MapCreationTool\MapCreationTool\bin\x86\$env:RuntimeIdentifier\*.*. No artifacts will be uploaded.
157-
# 4:No files were found with the provided path: MapCreationTool\MapCreationTool\bin\x86\$env:Configuration\net5.0-windows\*.*. No artifacts will be uploaded.
158-
# 5:Warning: No files were found with the provided path: MapCreationTool\MapCreationTool\bin\*.*. No artifacts will be uploaded.
159-
# 6:

0 commit comments

Comments
 (0)