额····· 顺序搞错了
This commit is contained in:
parent
489070b59d
commit
6b05d87828
4
.github/workflows/nuitka.yml
vendored
4
.github/workflows/nuitka.yml
vendored
@ -143,14 +143,14 @@ jobs:
|
|||||||
- name: after build
|
- name: after build
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
Copy-Item .\libs\pyglet\ .\build\DR.dist -Recurse
|
||||||
Rename-Item ./build/DR.dist Difficult-Rocket
|
Rename-Item ./build/DR.dist Difficult-Rocket
|
||||||
Copy-Item .\libs\pyglet\ .\build\nuitka-mac\DR.dist -Recurse
|
|
||||||
python ./.github/workflows/after_compile.py
|
python ./.github/workflows/after_compile.py
|
||||||
|
|
||||||
# Uploads artifact
|
# Uploads artifact
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Difficult-Rocket_v${{env.DR_version}}-${{runner.os}}${{matrix.python-version}}-Build.${{github.run_number}}+${{env.short_sha}}.zip
|
name: Difficult-Rocket_v${{env.DR_version}}-${{runner.os}}${{matrix.python-version}}-Build.${{github.run_number}}+${{env.short_sha}}
|
||||||
path: |
|
path: |
|
||||||
build/main.zip
|
build/main.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user