From ad9cc023da771e135d3ff002898750ed62d8f57d Mon Sep 17 00:00:00 2001 From: trickypr <23250792+trickypr@users.noreply.github.com> Date: Fri, 9 Apr 2021 05:08:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Extract=20correct=20tar=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cda96f1b36..e93f0e7d06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: run: | cd packages/flatpak node download.js - tar -xvf dot-87.0.tar.bz2 + tar -xvf dot.tar.bz2 - uses: bilelmoussaoui/flatpak-github-actions@v2 with: