Test
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -69,8 +69,8 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
path: src-tauri/target/release/bundle
|
path: src-tauri/target/release/bundle/*/*
|
||||||
name: modeling-app_macos_linux_windows
|
# name: modeling-app_macos_linux_windows
|
||||||
|
|
||||||
- name: Build the app for the current platform and upload to release
|
- name: Build the app for the current platform and upload to release
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
|
|||||||
Reference in New Issue
Block a user