mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
removed macos
This commit is contained in:
parent
2c42fe5522
commit
b574b53e46
1 changed files with 1 additions and 8 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [macos-latest, ubuntu-latest, windows-latest]
|
||||
platform: [ubuntu-latest, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
@ -52,13 +52,6 @@ jobs:
|
|||
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
|
||||
- name: Publish macOS Artifact
|
||||
if: matrix.platform == 'macos-latest'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-macos-dmg
|
||||
path: src-tauri/target/release/bundle/dmg/*.dmg
|
||||
|
||||
- name: Publish Windows Artifact
|
||||
if: matrix.platform == 'windows-latest'
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue