Skip to content

Update distribute (88f59c41d05100313bab894d062e863fd55fdced) #229

Update distribute (88f59c41d05100313bab894d062e863fd55fdced)

Update distribute (88f59c41d05100313bab894d062e863fd55fdced) #229

Workflow file for this run

name: Clear cache
on:
push:
workflow_dispatch:
concurrency: regenerate
jobs:
generate:
name: Regenerate PluginMaster
runs-on: windows-latest
steps:
- name: Clear Web Services cache
run: curl -X POST --fail https://aonyx.ffxiv.wang/Plugin/ClearCache?key=$env:CACHE_CLEAR_KEY
env:
CACHE_CLEAR_KEY: ${{ secrets.CACHE_CLEAR_KEY }}