Skip to content

Commit eaa416f

Browse files
authored
Try 2.312.0 release (#3)
1 parent e86a234 commit eaa416f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Clone repositories
1111
run: |
1212
rm -rf runner
13-
git clone -b dkurt/riscv64_runner https://github.com/dkurt/runner --depth 1
13+
git clone -b dkurt/riscv64_runner_2.312.0 https://github.com/dkurt/runner --depth 1
1414
1515
- name: Download .NET
1616
run: |
@@ -46,3 +46,9 @@ jobs:
4646
run: |
4747
cd runner/src
4848
./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

Comments
 (0)