From dc8eb2e9f8b6f0e95e3ba18873334ffab39af05a Mon Sep 17 00:00:00 2001 From: Dmitry Kurtaev Date: Thu, 18 Jan 2024 17:42:21 +0300 Subject: [PATCH] Remove resolved issues (#5) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 66c4eb9..21159f3 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,6 @@ This repository provides a guide on how to build and use GitHub Actions (GitHub **Disclaimer**: this project is not related to GitHub or .NET development. Any instructions or binary packages published in the spirit of the open source. Use carefully. -## Observed issues - -* The workspace is not cleaned -* `actions/upload-artifact` not working because of disabled Node.js (actually, ARM64 binaries were downloaded) - ## How to use Use a [pre-compiled](https://github.com/dkurt/github_actions_riscv/releases) version or follow the build steps from [build.yaml](.github/workflows/build.yaml).