Skip to content

Commit

Permalink
ci: named commit ci artifact with short commit id.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed May 22, 2024
1 parent 603069e commit 2639e22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Cache llvm
id: cache-llvm
uses: actions/cache@v4
Expand All @@ -43,6 +44,7 @@ jobs:
shell: bash
run: |
cp env.vs2019.bat env.bat
echo git_ref_name="$(git describe --always)" >> $GITHUB_ENV
- name: Cache Boost
id: cache-boost
Expand Down Expand Up @@ -86,6 +88,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: weasel-artifact-${{ env.git_ref_name }}
if-no-files-found: error
path: |
.\output\archives\weasel*.exe
Expand Down

0 comments on commit 2639e22

Please sign in to comment.