diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9388e2..988e7ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -196,15 +196,15 @@ jobs: steps: - name: Get current date/time id: date - run: echo "::set-output name=date::$(date +'%Y%m%d-%H%M')" + run: echo "date=$(date +'%Y%m%d-%H%M')" >>$GITHUB_OUTPUT - name: Generate release text id: release_text run: > - echo "::set-output name=release_text::$(echo 'Precompiled firmware files for ARDUX

+ echo "release_text=$(echo 'Precompiled firmware files for ARDUX

Download a firmware file by expanding "Assets", right clicking, and choosing "Save File As" or "Save Link As".
${{ github.event.inputs.releaseBody }}
Released on ${{ steps.date.outputs.date }}. -

${{ steps.docker_build.outputs.commits }}')" +

${{ steps.docker_build.outputs.commits }}')" >>$GITHUB_OUTPUT - name: Download build artifacts for release uses: actions/download-artifact@v4 with: