mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
test workflows
This commit is contained in:
parent
ceeecf209a
commit
ce7472d264
2
.github/workflows/latest.yml
vendored
2
.github/workflows/latest.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set Permissions
|
||||
run: |
|
||||
cd /mnt/HDD/public
|
||||
chmod -R 755 .EmulatorJS/
|
||||
chmod -R 775 .EmulatorJS/
|
||||
- name: Update Latest
|
||||
run: |
|
||||
cd /mnt/HDD/public/.EmulatorJS/
|
||||
|
||||
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
- name: Set Permissions
|
||||
run: |
|
||||
cd /mnt/HDD/public
|
||||
chmod -R 755 stable/
|
||||
chmod -R 775 stable/
|
||||
- name: Update Stable Cores
|
||||
run: |
|
||||
rsync -a --delete /mnt/HDD/public/stable/data/cores/ /mnt/HDD/public/.EmulatorJS/data/cores/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user