Skip to content

Commit 4cdac1e

Browse files
author
Andreas Kurka
committed
WOHOO, working.
Changed name of zip -> moved to env variable
1 parent c1c20f2 commit 4cdac1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# This pipeline builds the Wpf project, runs unit tests, then saves the MSIX build artifact.
66
name: Wpf Continuous Integration
77

8+
# TODO: Remove block with comments that are not needed
9+
10+
811
# Trigger on every master branch push and pull request
912
on:
1013
push:
@@ -35,6 +38,7 @@ jobs:
3538
Wap_Project_Name: MapCreationTool.Package.wapproj
3639
Actions_Allow_Unsecure_Commands: true # Allows AddPAth and SetEnv commands
3740
OutSubPath: net5.0-windows
41+
ZipName: MapCreationTool # No file extension required
3842

3943
steps:
4044
- name: Checkout
@@ -112,5 +116,5 @@ jobs:
112116
uses: actions/[email protected]
113117
with:
114118
# Artifact name
115-
name: MapCreationTool6 #.zip will be added automatically
119+
name: ${{ env.ZipName }} #.zip will be added automatically
116120
path: MapCreationTool/MapCreationTool/bin/${{ matrix.targetplatform }}/${{ env.Configuration }}/${{ env.OutSubPath }}/**/*.*

0 commit comments

Comments
 (0)