We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0545d commit 0b0c127Copy full SHA for 0b0c127
1 file changed
.github/workflows/ubuntu.yml
@@ -47,11 +47,11 @@ jobs:
47
--verbose \
48
-j10
49
50
- - name: Prepare upload binary
+ - name: Prepare upload project
51
run: |
52
- tar cfz ${{ env.artifact }} ${{ env.build_dir }}
+ tar cfz ${{ env.artifact }} ${{ env.build_dir }}
53
54
- - name: Upload binary
+ - name: Upload project
55
uses: actions/upload-artifact@v4
56
with:
57
name: ${{ env.artifact }}
@@ -71,6 +71,10 @@ jobs:
71
test-file: cpu_test.log
72
73
steps:
74
+ - uses: actions/checkout@v4
75
+ with:
76
+ submodules: recursive
77
+
78
- uses: actions/download-artifact@v4
79
80
0 commit comments