From a7fbe6f470d60b4e02624d34ee38c701dc7952f3 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Fri, 31 Mar 2023 16:15:30 +0200 Subject: [PATCH] README.md Fix paths to yaml files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ed3a68..084ad17 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ To run `src/main/kotlin/foo/bar/myProgram.kt` (assuming `package foo.bar` in myP This repository contains a number of Github Actions under `./github/workflows`. -[.github/build-on-commit.yaml](build-on-commit.yaml) runs a basic build on every commit, +[build-on-commit.yaml](.github/workflows/build-on-commit.yaml) runs a basic build on every commit, which can help detect issues in the source code. -[.github/publish-binaries.yaml](publish-binaries.yaml) publishes binaries for Linux, Mac and Windows +[publish-binaries.yaml](.github/workflows/publish-binaries.yaml) publishes binaries for Linux, Mac and Windows any time a commit is tagged with a version number like `v1.*`. For example, we can create and push a tag with these git commands: