Update ubuntu.yml

This commit is contained in:
allkern
2023-06-22 21:44:42 -03:00
parent 7a39bd9fe4
commit b2de4e5ac7
+1 -2
View File
@@ -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: