mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
Put executable on root folder
This commit is contained in:
@@ -12,17 +12,17 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install SDL2
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt update &&
|
||||
sudo apt install libsdl2-dev
|
||||
- name: Build PSXE
|
||||
run: |
|
||||
make
|
||||
- name: Change executable permissions
|
||||
run:
|
||||
chmod +x ./bin/psxe
|
||||
- name: Pack executable
|
||||
run:
|
||||
tar -czf psxe-ubuntu-latest.tar.gz ./bin/psxe
|
||||
chmod +x ./bin/psxe &&
|
||||
mkdir -p psxe &&
|
||||
mv ./bin/psxe ./psxe &&
|
||||
tar -czf psxe-ubuntu-latest.tar.gz ./psxe
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: psxe-ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user