diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 5371377f2..f718bf1f7 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -231,7 +231,7 @@ jobs: - name: Get Current Date id: date - run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT + run: echo "date=$(date +'%Y-%m-%d')" >> $env:GITHUB_OUTPUT - name: Upload Snapshot uses: "marvinpinto/action-automatic-releases@latest"