Skip to content

Commit

Permalink
more build testing v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Feb 21, 2024
1 parent fdb9a1f commit 45aec36
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: release

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: test

on:
push:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,22 @@ jobs:
with:
path: src-tauri/target/aarch64-apple-darwin/release/bundle/dmg/elasticvue_*_aarch64.dmg

- name: (mac arm) upload .app and artifacts
if: matrix.platform == 'macos-latest'
uses: actions/upload-artifact@v3
with:
path: src-tauri/target/aarch64-apple-darwin/release/bundle/macos/elasticvue*

- run: yarn tauri:build

- name: (mac) upload .dmg
if: matrix.platform == 'macos-latest'
uses: actions/upload-artifact@v3
with:
path: src-tauri/target/release/bundle/dmg/elasticvue_*_x64.dmg

- name: (mac) upload .app and artifacts
if: matrix.platform == 'macos-latest'
uses: actions/upload-artifact@v3
with:
path: src-tauri/target/release/bundle/macos/elasticvue*

0 comments on commit 45aec36

Please sign in to comment.