mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Upload artifacts from CI runs (#380)
This commit is contained in:
parent
f00f33d7a9
commit
3932acbe09
21
.github/workflows/build.yaml
vendored
21
.github/workflows/build.yaml
vendored
@ -69,6 +69,13 @@ jobs:
|
|||||||
- name: Build App
|
- name: Build App
|
||||||
run: "yarn build --publish never -w ${{ matrix.build-args }}"
|
run: "yarn build --publish never -w ${{ matrix.build-args }}"
|
||||||
|
|
||||||
|
- name: Upload Artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: win-${{ matrix.arch }}
|
||||||
|
path: dist
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
linux:
|
linux:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -113,6 +120,13 @@ jobs:
|
|||||||
- name: Build App
|
- name: Build App
|
||||||
run: "yarn build --publish never"
|
run: "yarn build --publish never"
|
||||||
|
|
||||||
|
- name: Upload Artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: linux-sqlcipher-${{ matrix.sqlcipher }}
|
||||||
|
path: dist
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
name: macOS (universal)
|
name: macOS (universal)
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
@ -145,3 +159,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build App
|
- name: Build App
|
||||||
run: "yarn build:universal --publish never"
|
run: "yarn build:universal --publish never"
|
||||||
|
|
||||||
|
- name: Upload Artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: macos
|
||||||
|
path: dist
|
||||||
|
retention-days: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user