From b21b91d2d57a8e324577a546e7db5a84cc8264d2 Mon Sep 17 00:00:00 2001 From: Vladimir Penzin Date: Thu, 4 Apr 2024 03:36:56 +0500 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 210f5dd..a89a17d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v2 - name: Get upload URL from create-release - run: echo "UPLOAD_URL=${{ needs.create-release.outputs.upload_url }}" >> $env:GITHUB_ENV + run: echo "UPLOAD_URL=${{ needs.create-release.outputs.upload_url }}" >> $env:GITHUB_ENV - name: Set up Python uses: actions/setup-python@v2