Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Mar 28, 2024
1 parent f344659 commit ebde74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pmem_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:

- name: Write the manifest
run: |
git -C $competitor describe >> $MANIFEST
git -C $competitor rev-parse HEAD >> $MANIFEST
git -C ${{ matrix.ROLE }} describe >> $MANIFEST
git -C ${{ matrix.ROLE }} rev-parse HEAD >> $MANIFEST
- name: Archive the manifest
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ebde74b

Please sign in to comment.