From 8d3326db5718a559031b1582a252a8dd1356f543 Mon Sep 17 00:00:00 2001 From: Marcin Wojnarowski Date: Tue, 27 Oct 2020 18:52:00 +0100 Subject: [PATCH] Archive lowest directory for linux build --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf965f0..6d72fff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,14 +79,14 @@ jobs: flutter build linux - name: Archive - working-directory: build/linux/release/ + working-directory: build/linux/release/bundle run: | tar -czf lemmur-${{ needs.CI.outputs.tag }}-x86_64-linux.tar.gz * - uses: actions/upload-artifact@v2 with: name: linux-build - path: build/linux/release/lemmur-*.tar.gz + path: build/linux/release/bundle/lemmur-*.tar.gz release: name: Release