remove debugging, restore build.env move
All checks were successful
Run Tests on Code / run-tests (push) Successful in 2s
Build and Release Binary File / run-tests (push) Successful in 2s
Build and Release Binary File / build-linux (push) Successful in 13m24s
Build and Release Binary File / upload-release (push) Successful in 19s

This commit is contained in:
Neshura 2023-11-18 01:19:12 +01:00
parent 2f93ab0bed
commit 053bc26185
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -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