mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28: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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifact-1
|
||||
name: artifact-1-${{ runner.os }}
|
||||
path: |
|
||||
dist/*.dmg
|
||||
dist/*.snap
|
||||
|
|
@ -181,13 +181,13 @@ jobs:
|
|||
sudo apt install -y libglib2.0-0:i386 libexpat1:i386 libgcc-s1:i386
|
||||
npm_config_arch=armv7l yarn run v8-snapshot:arch
|
||||
- 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:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Archive Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifact-4
|
||||
name: artifact-4-${{ runner.os }}
|
||||
path: |
|
||||
dist/*.snap
|
||||
dist/*.AppImage
|
||||
|
|
|
|||
Loading…
Reference in a new issue