We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86a234 commit eaa416fCopy full SHA for eaa416f
1 file changed
.github/workflows/build.yaml
@@ -10,7 +10,7 @@ jobs:
10
- name: Clone repositories
11
run: |
12
rm -rf runner
13
- git clone -b dkurt/riscv64_runner https://github.com/dkurt/runner --depth 1
+ git clone -b dkurt/riscv64_runner_2.312.0 https://github.com/dkurt/runner --depth 1
14
15
- name: Download .NET
16
@@ -46,3 +46,9 @@ jobs:
46
47
cd runner/src
48
./dev.sh package Release linux-riscv64
49
+
50
+ - name: Upload
51
+ uses: actions/upload-artifact@v4
52
+ with:
53
+ name: actions-runner-linux-riscv64
54
+ path: "runner/_package/actions-runner-linux-riscv64-*.tar.gz"
0 commit comments