mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
rename workflows, re-add rpms
This commit is contained in:
parent
acd8c2552a
commit
3dd9b113c4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
- name: Archive Build Artifacts
|
- name: Archive Build Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifact-1
|
name: artifact-1-${{ runner.os }}
|
||||||
path: |
|
path: |
|
||||||
dist/*.dmg
|
dist/*.dmg
|
||||||
dist/*.snap
|
dist/*.snap
|
||||||
|
|
@ -181,13 +181,13 @@ jobs:
|
||||||
sudo apt install -y libglib2.0-0:i386 libexpat1:i386 libgcc-s1:i386
|
sudo apt install -y libglib2.0-0:i386 libexpat1:i386 libgcc-s1:i386
|
||||||
npm_config_arch=armv7l yarn run v8-snapshot:arch
|
npm_config_arch=armv7l yarn run v8-snapshot:arch
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn run electron-builder -l deb AppImage pacman --${{ matrix.name }} -c electron-builder-linux-ci.json
|
run: yarn run electron-builder -l deb rpm AppImage pacman --${{ matrix.name }} -c electron-builder-linux-ci.json
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Archive Build Artifacts
|
- name: Archive Build Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifact-4
|
name: artifact-4-${{ runner.os }}
|
||||||
path: |
|
path: |
|
||||||
dist/*.snap
|
dist/*.snap
|
||||||
dist/*.AppImage
|
dist/*.AppImage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue