@@ -657,6 +657,7 @@ jobs:
657
657
- uses : actions/download-artifact@v4
658
658
with :
659
659
name : artifacts-${{ matrix.platform.ARTIFACT }}
660
+ path : out
660
661
661
662
- name : Run test
662
663
run : |
@@ -721,6 +722,7 @@ jobs:
721
722
- uses : actions/download-artifact@v4
722
723
with :
723
724
name : artifacts-${{ matrix.ARTIFACT }}
725
+ path : out
724
726
725
727
- if : matrix.DISTRO == 'Debian'
726
728
uses : docker://hasufell/arm64v8-debian-haskell:10
@@ -758,6 +760,7 @@ jobs:
758
760
- uses : actions/download-artifact@v4
759
761
with :
760
762
name : artifacts-${{ env.ARTIFACT }}
763
+ path : out
761
764
762
765
- uses : actions/download-artifact@v4
763
766
with :
@@ -793,6 +796,7 @@ jobs:
793
796
- uses : actions/download-artifact@v4
794
797
with :
795
798
name : artifacts-${{ env.ARTIFACT }}
799
+ path : out
796
800
797
801
- uses : actions/download-artifact@v4
798
802
with :
@@ -835,6 +839,7 @@ jobs:
835
839
- uses : actions/download-artifact@v4
836
840
with :
837
841
name : artifacts-${{ env.ARTIFACT }}
842
+ path : out
838
843
839
844
- uses : actions/download-artifact@v4
840
845
with :
@@ -873,6 +878,7 @@ jobs:
873
878
- uses : actions/download-artifact@v4
874
879
with :
875
880
name : artifacts-${{ env.ARTIFACT }}
881
+ path : out
876
882
877
883
- uses : actions/download-artifact@v4
878
884
with :
@@ -924,6 +930,7 @@ jobs:
924
930
with :
925
931
pattern : artifacts-*
926
932
merge-multiple : true
933
+ path : out
927
934
928
935
- name : Install requirements
929
936
run : |
0 commit comments