EmulatorJS/.github/workflows/latest.yml

19 lines
386 B
YAML
Raw Normal View History

2024-01-16 18:39:16 +00:00
name: Make Latest Folder On EmulatorJS CDN
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
jobs:
run:
if: github.repository == 'EmulatorJS/EmulatorJS'
runs-on: emulatorjs-server
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Script
run: |
2024-07-30 14:35:03 +00:00
cd /mnt/HDD/public
2024-01-16 18:39:16 +00:00
./.latest.sh