From e299ddadd2da71daa13d160aadba106db5cc109a Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Sat, 27 May 2023 21:06:09 +0200 Subject: [PATCH] Changed routes --- .github/workflows/release.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2437dc2..427c5f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -115,6 +115,8 @@ 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: build dir + run: ls build/linux/x64/release/bundle - name: Generate .tar.gz package uses: a7ul/tar-action@v1.1.3 id: compress @@ -122,9 +124,9 @@ jobs: command: c cwd: build/linux/x64/release/bundle files: | - build/linux/x64/release/bundle/data - build/linux/x64/release/bundle/lib - build/linux/x64/release/bundle/AdGuardHomeManager + ./data + ./lib + ./AdGuardHomeManager outPath: AdGuardHomeManager_${{ github.event.inputs.version }}_Linux.tar.gz - name: Upload artifact uses: actions/upload-artifact@v3