From 9e58d58fa26714d0792e26b3265a48cb0a432e81 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sat, 17 Feb 2024 00:29:02 +0100 Subject: [PATCH] 0.8.83 release --- .github/workflows/compile_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_release.yml b/.github/workflows/compile_release.yml index bf9709a0..c5f52308 100644 --- a/.github/workflows/compile_release.yml +++ b/.github/workflows/compile_release.yml @@ -89,6 +89,7 @@ jobs: contents: write steps: + - uses: actions/checkout@v4 - name: Get Artifacts uses: actions/download-artifact@v4 with: @@ -110,7 +111,6 @@ jobs: run: mv firmware ${{ steps.version_name.outputs.name }} - name: Publish Release - uses: actions/checkout@v3 uses: ncipollo/release-action@v1 with: artifacts: ${{ steps.version_name.outputs.name }}