From aae90d1124f8241362e75171438b049d8f3b8151 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 30 Dec 2022 11:10:45 +0800 Subject: [PATCH] try env --- .github/workflows/nuitka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index 57a1576..ac61ee9 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -117,6 +117,6 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v3 with: - name: Difficult-Rocket_v${{steps.toml_info.outputs.value}}-${{runner.os}}_${{matrix.python-version}}-Build.${{github.run_number}}+${{steps.get_short_sha.outputs.short_sha}} + name: Difficult-Rocket_v${{steps.toml_info.outputs.value}}-${{runner.os}}_${{matrix.python-version}}-Build.${{github.run_number}}+${{short_sha}} path: | build/*.zip \ No newline at end of file