remove debugging, restore build.env move
All checks were successful
All checks were successful
This commit is contained in:
parent
2f93ab0bed
commit
053bc26185
1 changed files with 1 additions and 7 deletions
|
@ -112,16 +112,10 @@ jobs:
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
-
|
|
||||||
name: Debug Upload
|
|
||||||
run: |
|
|
||||||
ls -lap artifacts
|
|
||||||
ls -lap artifacts/linux-amd64-appimage
|
|
||||||
ls -lap artifacts/linux-amd64-appimage/linux-amd64-appimage
|
|
||||||
ls -lap artifacts/linux-amd64-appimage/linux-amd64-appimage/comicinfo-editor-v2-${{ github.ref_name }}-amd64.AppImage
|
|
||||||
-
|
-
|
||||||
name: Load .env from build job
|
name: Load .env from build job
|
||||||
run: |
|
run: |
|
||||||
|
mv -v artifacts/build-env/build-env/build.env build.env
|
||||||
export $(xargs <build.env)
|
export $(xargs <build.env)
|
||||||
-
|
-
|
||||||
name: Rearrange Artifact Paths
|
name: Rearrange Artifact Paths
|
||||||
|
|
Reference in a new issue