From 23f2cc870202613c728a62f6a08b9e1fd95738f6 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 1 May 2023 20:37:44 +1000 Subject: [PATCH] Fixes for releases --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8e875128fd3..2da330ecd231 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,6 @@ jobs: uses: actions/checkout@v1 with: ref: v5-develop - path: 'ninja' - name: Copy .env file run: | @@ -71,7 +70,7 @@ jobs: - name: Build project run: | cd .. - tar --exclude='../*' --exclude='.htaccess' -zcvf -C ninja invoiceninja.tar ninja/ + tar --exclude='../*' --exclude='.htaccess' -zcvf -C invoiceninja invoiceninja.tar invoiceninja/ - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')