Skip to content

Commit 829e73d

Browse files
authored
Update GithubActions.yml
1 parent 8513ef8 commit 829e73d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/GithubActions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
- name: Create Build Artifact
105105
shell: pwsh
106106
run: |
107+
New-Item -Path "${{ env.artifactStagingDirectory }}" -ItemType Directory
107108
Compress-Archive `
108109
-Path ${{ env.binariesDirectory }}/publish/* `
109110
-DestinationPath ${{ env.artifactStagingDirectory }}/${{ env.projectName }}.${{ env.buildVersion }}-win-x64.zip

0 commit comments

Comments
 (0)