Skip to content

Commit

Permalink
fix upload artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Mar 24, 2024
1 parent 0a0eeb9 commit 9ab624a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ jobs:
- name: Upload Commit hash artifact
uses: actions/upload-artifact@v4
with:
name: commit_hash
path: commit_hash
name: commit_hash_timestamp
path: commit_hash_timestamp

0 comments on commit 9ab624a

Please sign in to comment.