Skip to content

Commit

Permalink
ci(fix): 打包步骤成功了, 但是最终的安装包名个人不是很确定, 因此先将构建的整个文件夹拉下来看看
Browse files Browse the repository at this point in the history
  • Loading branch information
LuSrackhall committed Aug 23, 2024
1 parent ffd41a3 commit 90b424a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
sudo apt-get install libxcb-xkb-dev libxfixes-dev libxtst-dev
make linux
- name: Debug Generated Build
uses: actions/upload-artifact@v3 # 安装用于上传最终打包结果到执行完毕界面的脚本
with:
name: elect
path: frontend/dist/electron/Packaged/electron

- name: Find the generated installer && ZIP the generated installer
working-directory: frontend/dist/electron/Packaged
shell: bash # 由于我们下方要使用的find命令, powershell中没有(更重要的是, 我不喜欢powershell) # 这个指定, 应该会让我们使用git-bash。
Expand Down

0 comments on commit 90b424a

Please sign in to comment.