EmulatorJS/.github/workflows/stable.yml
2024-07-30 08:35:03 -06:00

18 lines
389 B
YAML

name: Make Stable Folder On EmulatorJS CDN
on:
release:
types: [published]
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: |
cd /mnt/HDD/public
./.stable.sh