Skip to content

Commit

Permalink
Change to github.run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Jan 23, 2025
1 parent f753c17 commit e7ed628
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Archive wheel artifacts
uses: actions/upload-artifact@v4
with:
name: audited-wheels-${{ matrix.os }}
name: audited-wheels-${{ github.run_id }}
path: wheelhouse/audited/
- name: Deploy wheels to artifactory (if not a release)
if: startsWith(github.ref, 'refs/tags/v') != true
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Archive wheel artifacts
uses: actions/upload-artifact@v4
with:
name: audited-wheels-${{ matrix.os }}
name: audited-wheels-${{ github.run_id }}
path: wheelhouse/audited/
- name: Deploy wheels to artifactory (if not a release)
if: startsWith(github.ref, 'refs/tags/v') != true
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
- name: Archive wheel artifacts
uses: actions/upload-artifact@v4
with:
name: audited-wheels-${{ matrix.os }}
name: audited-wheels-${{ github.run_id }}
path: wheelhouse/audited/
- name: Deploy wheels to artifactory (if not a release)
if: startsWith(github.ref, 'refs/tags/v') != true
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
- name: Archive wheel artifacts
uses: actions/upload-artifact@v4
with:
name: audited-wheels-${{ matrix.os }}
name: audited-wheels-${{ github.run_id }}
path: wheelhouse/audited/
- name: Deploy wheels to artifactory (if not a release)
if: startsWith(github.ref, 'refs/tags/v') != true
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
- name: Archive wheel artifacts
uses: actions/upload-artifact@v4
with:
name: audited-wheels-${{ matrix.os }}
name: audited-wheels-${{ github.run_id }}
path: wheelhouse/audited/
- name: Deploy wheels to artifactory (if not a release)
if: startsWith(github.ref, 'refs/tags/v') != true
Expand Down Expand Up @@ -463,7 +463,7 @@ jobs:
submodules: 'recursive'
- uses: actions/download-artifact@v4
with:
name: audited-wheels-${{ matrix.os }}
name: audited-wheels-${{ github.run_id }}
path: wheelhouse/audited/
- name: List files
run: ls -lah
Expand Down

0 comments on commit e7ed628

Please sign in to comment.