diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f442ce..7aefdf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/download-artifact@v3 with: path: prebuilds - - run: echo ::set-output name=version::$(git describe --tags) + - run: echo "version=$(git describe --tags)" >> $GITHUB_OUTPUT id: get_version - run: tar -cvf "${{ steps.get_version.outputs.version