From 65061fd30f1fd327dd59d4d25433476469c1945a Mon Sep 17 00:00:00 2001 From: SQFMI Date: Sun, 23 Apr 2023 18:16:57 -0400 Subject: [PATCH] updated --- .github/workflows/{test-compilation.yml => dev.actions.yml} | 2 ++ library.json | 2 +- library.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename .github/workflows/{test-compilation.yml => dev.actions.yml} (93%) diff --git a/.github/workflows/test-compilation.yml b/.github/workflows/dev.actions.yml similarity index 93% rename from .github/workflows/test-compilation.yml rename to .github/workflows/dev.actions.yml index d4e75d5..ed2cd97 100644 --- a/.github/workflows/test-compilation.yml +++ b/.github/workflows/dev.actions.yml @@ -16,3 +16,5 @@ jobs: with: name: binaries path: ${{ github.workspace }}/examples/WatchFaces/**/build/*.bin + - uses: actions/download-artifact@v3 + run: ls -R diff --git a/library.json b/library.json index 4f93afd..392fb47 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Watchy", - "version": "1.4.6", + "version": "1.4.7", "description": "Watchy - An Open Source E-Paper Watch by SQFMI", "authors": [ { diff --git a/library.properties b/library.properties index 7882d68..23bf8d5 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Watchy -version=1.4.6 +version=1.4.7 author=SQFMI maintainer=SQFMI sentence=Watchy - An Open Source E-Paper Watch by SQFMI