From 03b300f9147c3b8ddef6c0e3a24d037d8a49b905 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Thu, 24 Apr 2025 21:37:36 -0700 Subject: [PATCH] fix --- .github/workflows/nodejs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a02a74ab..ecd69d90 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -80,7 +80,7 @@ jobs: - name: Archive Build Artifacts uses: actions/upload-artifact@v4 with: - name: hyper-${{ runner.os }}-${{ matrix.name }}-${{ github.run_number }} + name: hyper-${{ runner.os }}-${{ matrix.name }} path: | dist/*.dmg dist/*.snap @@ -103,7 +103,7 @@ jobs: - name: Archive E2E test screenshot uses: actions/upload-artifact@v4 with: - name: e2e-${{ matrix.os }}-${{ strategy.job-index }}-${{ github.run_number }} + name: e2e-${{ matrix.os }}-${{ strategy.job-index }} path: dist/tmp/*.png - name: Save the pr number in an artifact if: github.event_name == 'pull_request' @@ -114,7 +114,7 @@ jobs: uses: actions/upload-artifact@v4 if: github.event_name == 'pull_request' with: - name: pr_num-${{ github.run_number }} + name: pr_num path: ./pr_num.txt - uses: actions/cache/save@v4 if: github.event_name == 'push' @@ -190,7 +190,7 @@ jobs: - name: Archive Build Artifacts uses: actions/upload-artifact@v4 with: - name: hyper-${{ runner.os }}-${{ matrix.name }}-${{ github.run_number }} + name: hyper-${{ runner.os }}-${{ matrix.name }} path: | dist/*.snap dist/*.AppImage