Skip to content

Commit

Permalink
Remove _binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Mar 27, 2024
1 parent 6498029 commit 3c1d278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hyper_threading_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload PR Binary
uses: actions/upload-artifact@master
with:
name: hyper_threading_pr_binary
name: hyper_threading_pr
path: ./hyper_threading_pr

- name: Upload Workflow Script
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Upload Main Binary
uses: actions/upload-artifact@master
with:
name: hyper_threading_main_binary
name: hyper_threading_main
path: ./hyper_threading_main

- name: Download Binaries and Script
Expand Down

0 comments on commit 3c1d278

Please sign in to comment.