Skip to content

Commit

Permalink
Merge pull request #49 from ggchivalrous/actions
Browse files Browse the repository at this point in the history
chore: 修改dev构建脚本
  • Loading branch information
ggchivalrous authored Mar 16, 2024
2 parents fc9bbf2 + 156bd1e commit 7802a2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-mac-x64-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
- name: 构建 ${{ runner.arch }}
run: |
yarn make
pwd
ls -la ./
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/upload-artifact@v2
with:
name: app
path: /dist
path: dist
5 changes: 3 additions & 2 deletions .github/workflows/build-win-x64-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
- name: 构建 ${{ runner.arch }}
run: |
yarn make
pwd
ls -la ./
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/upload-artifact@v2
with:
name: app
path: /dist
path: dist

0 comments on commit 7802a2a

Please sign in to comment.