XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Update build-packages.yml

9423a230
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified .github/workflows/build-packages.yml +1 -1
@@ -120,7 +120,7 @@ jobs:
120 120 $version = "${{ needs.prepare.outputs.version }}"
121 121 $exeName = "g4f-windows-${version}-${architecture}.exe"
122 122 if (Test-Path "dist\${exeName}") {
123 Compress-Archive "dist\${exeName}" "dist\g4f-windows-${version}_${architecture}.zip"
123 Compress-Archive "dist\${exeName}" "dist\g4f-windows-${version}-${architecture}.zip"
124 124 }
125 125 - name: Upload Windows zip archive
126 126 uses: actions/upload-artifact@v4