Skip to content

Commit

Permalink
Try 2.312.0 release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt committed Jan 18, 2024
1 parent e86a234 commit eaa416f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Clone repositories
run: |
rm -rf runner
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
- name: Download .NET
run: |
Expand Down Expand Up @@ -46,3 +46,9 @@ jobs:
run: |
cd runner/src
./dev.sh package Release linux-riscv64
- name: Upload
uses: actions/upload-artifact@v4
with:
name: actions-runner-linux-riscv64
path: "runner/_package/actions-runner-linux-riscv64-*.tar.gz"

0 comments on commit eaa416f

Please sign in to comment.