From b2de4e5ac71225ffaa294e5de60aa2bcf6ccbb39 Mon Sep 17 00:00:00 2001 From: allkern Date: Thu, 22 Jun 2023 21:44:42 -0300 Subject: [PATCH] Update ubuntu.yml --- .github/workflows/ubuntu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index eac8c0e..eaaa8fb 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -20,8 +20,7 @@ jobs: - name: Pack executable run: chmod +x ./bin/psxe && - mkdir -p psxe && - mv ./bin/psxe ./psxe && + mv ./bin/psxe ./ && tar -czf psxe-ubuntu-latest.tar.gz ./psxe - uses: actions/upload-artifact@v3 with: