Skip to content

Update distribute (17a840f8930a9f60fe84a4233dfc75aa59de1b9b) #246

Update distribute (17a840f8930a9f60fe84a4233dfc75aa59de1b9b)

Update distribute (17a840f8930a9f60fe84a4233dfc75aa59de1b9b) #246

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 }}