ref: 36cd7eafe1e6b3896fc95afe377b8937cb99b451
parent: 036e8e66c7fb107d1b411b6142e60a0bfe6c6ea0
author: allkern <lisandroaalarcon@gmail.com>
date: Thu Jun 22 17:09:26 EDT 2023
Fix Ubuntu chmod typo
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -19,7 +19,7 @@
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:
--
⑨