From 7635c83dad421aad8bb30cdca12ce58dff3756da Mon Sep 17 00:00:00 2001 From: Oldes Huhuman Date: Thu, 23 Jan 2025 17:57:40 +0100 Subject: [PATCH] CI: fixed: an artifact with this name already exists on the workflow run --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c26b18d69c..f12c4bb4c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: # Collecting build artifacts... - uses: actions/upload-artifact@v4 with: - name: Rebol-CI-${{github.run_id}}-${{ matrix.runs-on }} + name: Rebol-CI-${{github.run_id}}-windows path: ./rebol3-*.exe linux: @@ -106,7 +106,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: Rebol-CI-${{github.run_id}}-${{ matrix.runs-on }} + name: Rebol-CI-${{github.run_id}}-linux path: ./rebol3-*.gz macos: @@ -145,5 +145,5 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: Rebol-CI-${{github.run_id}}-${{ matrix.runs-on }} + name: Rebol-CI-${{github.run_id}}-macos path: ./rebol3-*.gz