Skip to content

Commit

Permalink
fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Nijhuis committed Dec 21, 2023
1 parent 7958cae commit 7d07cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
cache: 'npm'

- name: Install dependencies
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
mkdir -p "C:\Program Files\OpenSSL\ca"
curl -o "C:\Program Files\OpenSSL\ca\cacert.pem" https://curl.se/ca/cacert.pem
- name: Build Vite + Tauri
- name: Build Vite + Tauri (MacOS + Linux)
if: matrix.platform != 'windows-latest'
run: |
npm run build
- name: Build Vite + Tauri
- name: Build Vite + Tauri (Windows)
if: matrix.platform == 'windows-latest'
env:
OPENSSL_DIR: 'C:\Program Files\OpenSSL'
Expand Down

0 comments on commit 7d07cce

Please sign in to comment.