Update Ubuntu workflow

This commit is contained in:
allkern
2023-06-22 21:38:37 -03:00
parent b5e51d69c3
commit d9cd3cd294
+3 -1
View File
@@ -17,9 +17,11 @@ jobs:
- name: Build PSXE
run: |
make
- name: Change executable permissions
run:
chmod +x ./bin/psxe
- name: Pack executable
run:
chmod +x ./bin/psxe \
tar -czf psxe-ubuntu-latest.tar.gz ./bin/psxe
- uses: actions/upload-artifact@v3
with: