diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c184bf..ec9ce7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ steps.tag.outputs.release_tag }} - files: ${{ FIRMWARE }} + files: $FIRMWARE - name: Delete workflow runs uses: GitRML/delete-workflow-runs@main