diff --git a/.github/workflows/lupdate.yml b/.github/workflows/lupdate.yml index 03b5ad9f..6527d2c1 100644 --- a/.github/workflows/lupdate.yml +++ b/.github/workflows/lupdate.yml @@ -33,7 +33,7 @@ jobs: set +e lupdate SandMan.pri git diff --exit-code - echo "::set-output name=deploy::$?" + echo "deploy=$?" >> $GITHUB_OUTPUT - name: Commit translations changes (if any) if: steps.check.outputs.deploy == '1' diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index c1a3fcd1..1d6cda1a 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -20,7 +20,7 @@ jobs: id: get_version run: | $VERSION="${{ github.event.release.name }}" -replace '^.*/ ' - Write-Host "::set-output name=CLASSIC_VER::$VERSION" + "CLASSIC_VER=$VERSION" >> $env:GITHUB_OUTPUT shell: pwsh - name: Publish Sandboxie-Classic uses: vedantmgoyal2009/winget-releaser@v1