From 5d014350223523c57f08f8fca72b9dcdc57405c3 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Tue, 28 May 2024 20:16:23 -0700 Subject: [PATCH] gh actions is just screwing with me now --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11f7c569c..d17f6bb15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,9 +69,8 @@ jobs: sudo gem install --no-document fpm echo "${GPG_SIGNING_KEY}" | gpg --import - make release - source settings.sh - echo "version=${VERSION}" >> $GITHUB_OUTPUT - echo "revision=${ITERATION}" >> $GITHUB_OUTPUT + source settings.sh ; echo "version=${VERSION}" >> $GITHUB_OUTPUT + source settings.sh ; echo "revision=${ITERATION}" >> $GITHUB_OUTPUT - name: upload artifacts uses: actions/upload-artifact@v4 with: