Skip to content

Commit

Permalink
CI: fixed: an artifact with this name already exists on the workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 23, 2025
1 parent 0dd9c96 commit 7635c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 7635c83

Please sign in to comment.