mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
Update Ubuntu workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user