diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 3c3685a0..38ac4ad6 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -27,7 +27,7 @@ jobs: id: new_guid run: | # deprecated $guid = [guid]::NewGuid().ToString().ToUpper() - run: echo "::set-output name=NewGUID::$guid" + echo "::set-output name=NewGUID::$guid" # echo "NewGUID=$guid" >> $GITHUB_ENV - name: Update .wxs file with new Product Id run: |