From 6ad09f6aab3152683c8cfcb8c0a26d012f6e1c25 Mon Sep 17 00:00:00 2001 From: sporq Date: Tue, 11 Apr 2023 19:04:48 +0000 Subject: [PATCH] don't upload artifacts for now --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0cfc9f..f79e809 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,10 +64,10 @@ jobs: # name: firmware # path: corne_right_nice_nano_v2.uf2 # - name: Release - - name: Upload artifacts as release - uses: https://github.com/softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') - with: - files: | - corne_left_nice_nano_v2.uf2 - corne_right_nice_nano_v2.uf2 + # - name: Upload artifacts as release + # uses: https://github.com/softprops/action-gh-release@v1 + # if: startsWith(github.ref, 'refs/tags/') + # with: + # files: | + # corne_left_nice_nano_v2.uf2 + # corne_right_nice_nano_v2.uf2