Merge branch 'chore/tauri-cicd' of https://github.com/menloresearch/jan into chore/tauri-cicd
This commit is contained in:
commit
b83ee8dd0d
16
.github/workflows/template-build-macos.yml
vendored
16
.github/workflows/template-build-macos.yml
vendored
@ -259,4 +259,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: jan-mac-universal-${{ inputs.new_version }}
|
name: jan-mac-universal-${{ inputs.new_version }}
|
||||||
path: |
|
path: |
|
||||||
./src-tauri/target/release/bundle/dmg/*.dmg
|
./src-tauri/target/release/bundle/dmg/*.dmg
|
||||||
|
|
||||||
|
- name: zip Jan-nightly.app file
|
||||||
|
if: inputs.public_provider != 'github'
|
||||||
|
run: |
|
||||||
|
cd ./src-tauri/target/release/bundle/macos
|
||||||
|
zip -r jan-nightly.zip Jan-nightly.app
|
||||||
|
|
||||||
|
- name: Upload Artifact
|
||||||
|
if: inputs.public_provider != 'github'
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: jan-mac-universal-${{ inputs.new_version }}-tar-gz
|
||||||
|
path: |
|
||||||
|
./src-tauri/target/release/bundle/macos/jan-nightly.zip
|
||||||
Loading…
x
Reference in New Issue
Block a user