We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640d614 commit f59cc6aCopy full SHA for f59cc6a
1 file changed
.github/workflows/workflow.yml
@@ -161,7 +161,7 @@ jobs:
161
mkdir ${{ github.workspace }}\release-assets\windows
162
Copy-Item -Path build\windows\x64\runner\Release\* -Destination ${{ github.workspace }}\release-assets\windows -Recurse
163
Compress-Archive -Path build\windows\x64\runner\Release\* -DestinationPath ${{ github.workspace }}\release-assets\windows\frontend-windows.zip
164
- Get-ChildItem -Recurse -Force -Path release-assets\windows
+ Get-ChildItem -Recurse -Force -Path ${{ github.workspace }}\release-assets\windows
165
166
- name: Prepare release assets for Linux
167
if: matrix.os == 'ubuntu-latest'
0 commit comments