Skip to content

Commit fc489b6

Browse files
committed
ci test
1 parent a5cd53f commit fc489b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,13 @@ jobs:
186186
iscc.exe setup.iss
187187
mv "Output\gopeed.exe" "Output\Gopeed-$TAG-windows-${{ matrix.arch }}.exe"
188188
Compress-Archive -Path "Output\Gopeed-$TAG-windows-${{ matrix.arch }}.exe" -DestinationPath "Output\Gopeed-$TAG-windows-${{ matrix.arch }}.zip"
189+
# 输出Output目录下的文件列表
190+
Get-ChildItem -Path "Output\*"
189191
- name: Upload
190192
uses: shogo82148/actions-upload-release-asset@v1
191193
with:
192194
upload_url: ${{ needs.get-release.outputs.upload_url }}
193-
asset_path: ui/flutter/build/windows/Output/*
195+
asset_path: build\windows\Output\*
194196
overwrite: true
195197
build-macos-amd64-lib:
196198
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'macos' }}

0 commit comments

Comments
 (0)