Skip to content

Commit

Permalink
change back to full build
Browse files Browse the repository at this point in the history
  • Loading branch information
Metroxe committed Sep 11, 2023
1 parent 19eee65 commit 384b2a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -30,11 +30,11 @@ jobs:
- name: Build monorepo
run: pnpm run build

# - name: Upload vanguard-client-desktop artifacts
# uses: actions/upload-artifact@v2
# with:
# name: release-vanguard-client-desktop-${{ matrix.os }}
# path: apps/vanguard-client-desktop/release
- name: Upload vanguard-client-desktop artifacts
uses: actions/upload-artifact@v2
with:
name: release-vanguard-client-desktop-${{ matrix.os }}
path: apps/vanguard-client-desktop/release

- name: zip cli artifacts
run: |
Expand Down

0 comments on commit 384b2a5

Please sign in to comment.