Skip to content

Commit

Permalink
update GH action again #2
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Apr 23, 2024
1 parent 3615aee commit 6eee7fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: mac x86_64 > rename artifacts
if: matrix.platform == 'macos-latest'
run: |
mv src-tauri/target/release/bundle/macos/elasticvue.app.tar.gz src-tauri/target/release/bundle/macos/elasticvue_x64.app.tar.gz
mv src-tauri/target/release/bundle/macos/elasticvue.app.tar.gz.sig src-tauri/target/release/bundle/macos/elasticvue_x64.app.tar.gz.sig
mv src-tauri/target/x86_64-apple-darwin/release/bundle/macos/elasticvue.app.tar.gz src-tauri/target/x86_64-apple-darwin/release/bundle/macos/elasticvue_x64.app.tar.gz
mv src-tauri/target/x86_64-apple-darwin/release/bundle/macos/elasticvue.app.tar.gz.sig src-tauri/target/x86_64-apple-darwin/release/bundle/macos/elasticvue_x64.app.tar.gz.sig
- name: mac x86_64 > upload artifacts
if: matrix.platform == 'macos-latest'
Expand All @@ -89,8 +89,8 @@ jobs:
name: mac_x86_64_artifacts
if-no-files-found: error
path: |
src-tauri/target/release/bundle/dmg/elasticvue_*_x64.dmg
src-tauri/target/release/bundle/macos/elasticvue_x64*
src-tauri/target/x86_64-apple-darwin/release/bundle/dmg/elasticvue_*_x64.dmg
src-tauri/target/x86_64-apple-darwin/release/bundle/macos/elasticvue_x64*
### build linux

Expand Down

0 comments on commit 6eee7fb

Please sign in to comment.