Skip to content

Commit

Permalink
Add GitHub run ID
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-jimenez committed Sep 16, 2024
1 parent dc058db commit 88ac621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
- name: Archive beyondcell package
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os == 'ubuntu-latest' && 'Linux_r-beyondcell-v2.2.2' || 'macOS_r-beyondcell-v2.2.2' }}
name: ${{ matrix.os == 'ubuntu-latest' && 'Linux_r-beyondcell-v2.2.2-${{ github.run_id }}' || 'macOS_r-beyondcell-v2.2.2-${{ github.run_id }}' }}
path: ${{ matrix.os == 'ubuntu-latest' && '/home/runner/miniconda3/envs/bc_builds/conda-bld/linux-64/r-beyondcell-2.2.1-r43_0.tar.bz2' || '/Users/runner/miniconda3/envs/bc_builds/conda-bld/osx-64/r-beyondcell-2.2.1-r43_0.tar.bz2' }}

0 comments on commit 88ac621

Please sign in to comment.