ref: b5e51d69c36de4d381bd857c969bd44f04605023
parent: 36cd7eafe1e6b3896fc95afe377b8937cb99b451
author: allkern <lisandroaalarcon@gmail.com>
date: Thu Jun 22 17:13:46 EDT 2023
Fix weird Ubuntu error?
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -19,7 +19,7 @@
make
- name: Pack executable
run:
- chmod +x ./bin/psxe
+ chmod +x ./bin/psxe \
tar -czf psxe-ubuntu-latest.tar.gz ./bin/psxe
- uses: actions/upload-artifact@v3
with:
--
⑨