Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Feb 29, 2024
1 parent 3c17390 commit d5d2781
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 @@ -29,6 +29,12 @@ jobs:
- name: build
run: yarn build:linux

- name: upload-artifacts
uses: actions/upload-artifact@v2
with:
name: linux-build
path: wrap/dist

build-windows:
runs-on: windows-latest

Expand Down

0 comments on commit d5d2781

Please sign in to comment.