Skip to content

Commit

Permalink
ci: add upload artifact to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dragove committed Feb 18, 2024
1 parent ba9e242 commit 067cf2a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- name: Compile Electron app
run: pnpm make

- name: Publish to mirrors
run: pnpm run publish --arch=${{ matrix.arch }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: maax-nightly-${{ matrix.os }}-${{ matrix.arch }}
path: ./out/maa-x*

0 comments on commit 067cf2a

Please sign in to comment.