From 7dc0e53e72b83af6cc45e050927ae66d4072d038 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sat, 27 May 2023 20:21:43 +0200 Subject: [PATCH] Changed targz route --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec1a9ca..98a7af9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -117,9 +117,12 @@ jobs: run: flutter_to_debian - name: Move .deb package to project root run: mv debian/packages/AdGuardHomeManager_${{ github.event.inputs.version }}_amd64.deb AdGuardHomeManager_${{ github.event.inputs.version }}_Linux_amd64.deb - - name: Generate .tar.gz + - name: Cd to build dir run: cd $LINUX_APP_RELEASE_PATH + - name: Generate .tar.gz run: tar -czaf AdGuardHomeManager_${{ github.event.inputs.version }}_Linux.tar.gz ./* + - name: Cd to root dir + run: cd ../../../../../ - name: Upload artifact uses: actions/upload-artifact@v3 with: