Fix exported Env being erased
Some checks failed
Run Tests on Code / run-tests (push) Successful in 1s
Build and Release Binary File / run-tests (push) Successful in 2s
Build and Release Binary File / build-linux (push) Successful in 13m45s
Build and Release Binary File / upload-release (push) Failing after 1m23s

This commit is contained in:
Neshura 2023-11-18 03:04:21 +01:00
parent ade1f4dc47
commit a854d5039d
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -142,6 +142,7 @@ jobs:
-
name: Upload Debian Package
run: |
export $(xargs <build.env)
echo "curl -v --user ${{ secrets.FORGEJO_USERNAME }}:${{ secrets.FORGEJO_TOKEN }} \
--upload-file release/comicinfo-editor-v2-${{ github.ref_name }}-amd64.deb \
https://forgejo.neshweb.net/api/packages/${{ secrets.FORGEJO_USERNAME }}/debian/pool/$DEBIAN_CODENAME/main/upload"