diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8521ebd04fcd1..baa48c9506613 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: tar --exclude-from=./mw/.github/workflows/exclude -czvf dist.tgz mw - name: Get current time id: date - run: echo "::set-output name=now::$(date +'%Y-%m-%d-%H-%M-%S')" + run: echo "now=$(date +'%Y-%m-%d-%H-%M-%S')" >> $GIHTUB_OUTPUT - name: Create release uses: softprops/action-gh-release@v2 env: