From 36cd7eafe1e6b3896fc95afe377b8937cb99b451 Mon Sep 17 00:00:00 2001 From: allkern Date: Thu, 22 Jun 2023 21:09:26 -0300 Subject: [PATCH] Fix Ubuntu chmod typo --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9bf6089..e2f4779 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -19,7 +19,7 @@ jobs: make - name: Pack executable run: - chmod 777 ./bin/psxe + chmod +x ./bin/psxe tar -czf psxe-ubuntu-latest.tar.gz ./bin/psxe - uses: actions/upload-artifact@v3 with: