From e83232c8f4290d5b7813cbb38f220a52d8053f49 Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Mon, 21 Aug 2023 18:27:09 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aff3f0..ee7f585 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ an aural experience of the very excellent [yamanote line](https://en.wikipedia.org/wiki/Yamanote_Line) -## Creating release build +## Creating release builds ### Play Store From af2fcb221e2b1c820534a342e5e2000ae833131d Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Mon, 21 Aug 2023 18:57:09 +0530 Subject: [PATCH 2/2] Update weather-fail.yml --- .github/workflows/weather-fail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weather-fail.yml b/.github/workflows/weather-fail.yml index 62605f0..4f643c4 100644 --- a/.github/workflows/weather-fail.yml +++ b/.github/workflows/weather-fail.yml @@ -50,7 +50,7 @@ jobs: run: | value=`ansiweather -l London,GB -f 3 > weather.txt` echo The result is $value - exit 1 + exit 0 - name: Upload weather file uses: actions/upload-artifact@v2