Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Sep 1, 2023
1 parent 355d765 commit 867d7b1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/发布软件.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,15 @@ jobs:
- name: 编译exe
run: |
ls
cd GoEasyDesigner
wails build
ls
- name: 查看编译的文件保存
run: |
ls -la
mkdir -p /tmp/artifacts
cp -r GoEasyDesigner/build/bin/GoEasyDesigner.exe /tmp/artifacts/GoEasyDesigner.exe
- name: 上传产物
uses: actions/upload-artifact@v3
with:
name: macos
path: |
/tmp/artifacts/*.exe
GoEasyDesigner/build/bin/*.exe
jobs4:
Expand Down

0 comments on commit 867d7b1

Please sign in to comment.