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