EmulatorJS/.github/workflows/stable.yml

19 lines
389 B
YAML
Raw Permalink Normal View History

2024-01-16 18:39:16 +00:00
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: |
2024-07-30 14:35:03 +00:00
cd /mnt/HDD/public
2024-01-16 18:39:16 +00:00
./.stable.sh