Skip to content

Commit f59cc6a

Browse files
authored
Исправил последний путь
1 parent 640d614 commit f59cc6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
mkdir ${{ github.workspace }}\release-assets\windows
162162
Copy-Item -Path build\windows\x64\runner\Release\* -Destination ${{ github.workspace }}\release-assets\windows -Recurse
163163
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
164+
Get-ChildItem -Recurse -Force -Path ${{ github.workspace }}\release-assets\windows
165165
166166
- name: Prepare release assets for Linux
167167
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)