Skip to content

Commit cc1018a

Browse files
authored
Pass release path to upload-artifact step on Windows builds (hedge-dev#1151)
1 parent 131427e commit cc1018a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,11 @@ jobs:
145145
Move-Item -Path ".\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\dxil.dll" -Destination ".\release\dxil.dll"
146146
Move-Item -Path ".\out\build\${{ env.CMAKE_PRESET }}\UnleashedRecomp\UnleashedRecomp.exe" -Destination ".\release\UnleashedRecomp.exe"
147147
148-
Compress-Archive -Path .\release\* -DestinationPath .\UnleashedRecomp-Windows.zip
149-
150148
- name: Upload Artifact
151149
uses: actions/upload-artifact@v4
152150
with:
153151
name: UnleashedRecomp-Windows-${{ env.CMAKE_PRESET }}
154-
path: .\UnleashedRecomp-Windows.zip
152+
path: .\release
155153

156154
- name: Upload PDB
157155
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)