Fix Ubuntu chmod typo

This commit is contained in:
allkern
2023-06-22 21:09:26 -03:00
parent 036e8e66c7
commit 36cd7eafe1
+1 -1
View File
@@ -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: