From 3dd9b113c42ee99f0f63c0b772b7a01ae7359597 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sun, 13 Apr 2025 01:22:42 -0700 Subject: [PATCH] rename workflows, re-add rpms --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 91fdb319..2052bc7e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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