Skip to content

Commit

Permalink
Adjust the test build script of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Dec 20, 2024
1 parent a3089b8 commit 1db7036
Showing 1 changed file with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,22 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: OpenBlock-Desktop-win32
path: dist/OpenBlock-Desktop*.exe
name: OpenBlock-Desktop-win
path: dist/OpenBlock-Desktop*win.exe
retention-days: 1

- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: OpenBlock-Desktop-win-ia32
path: dist/OpenBlock-Desktop*ia32.exe
retention-days: 1

- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: OpenBlock-Desktop-win-x64
path: dist/OpenBlock-Desktop*x64.exe
retention-days: 1

build-mac:
Expand Down

0 comments on commit 1db7036

Please sign in to comment.