Skip to content

Commit 0f38978

Browse files
committed
Fix artifact download
1 parent 2584532 commit 0f38978

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runbms_dacapo2006_with_heap_multiplier()
2525
minheap_value="${!minheap_env}"
2626
heap_size=$((minheap_value * heap_multiplier))
2727

28-
shift
28+
shift 2
2929

3030
runbms_dacapo2006_with_heap_size $benchmark $heap_size $heap_size $@
3131
}

.github/workflows/test-dacapo-2006.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
uses: dawidd6/action-download-artifact@v3
7575
with:
7676
workflow: test-all.yml
77+
workflow_conclusion: ""
7778
name: linux-x86_64-server-${{ env.build-debug-level }}-bundles
7879
path: bundles
7980
- name: Extract OpenJDK

.github/workflows/test-dacapo-chopin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
uses: dawidd6/action-download-artifact@v3
116116
with:
117117
workflow: test-all.yml
118+
workflow_conclusion: ""
118119
name: linux-x86_64-server-${{ env.build-debug-level }}-bundles
119120
path: bundles
120121
- name: Extract OpenJDK

0 commit comments

Comments
 (0)