From 8bcb221049f194eb0741be14b313b9891bedd015 Mon Sep 17 00:00:00 2001 From: Ran Bao Date: Tue, 10 Oct 2023 22:06:57 +1300 Subject: [PATCH] Add release package back --- .github/workflows/cmake.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f0a0e54..eb6c6ae 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -40,13 +40,13 @@ jobs: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DPICO_BOARD=${{env.PICO_BOARD}} cmake --build ${{github.workspace}}/build --config Release - # - name: Archive Release Artifacts - # uses: actions/upload-artifact@v3 - # with: - # name: uf2-release - # path: | - # src/generated/version.c - # build/*.uf2 + - name: Archive Release Artifacts + uses: actions/upload-artifact@v3 + with: + name: uf2-release + path: | + src/generated/version.c + build/*.uf2 - name: Build Debug Package # Build your program with the given configuration