Skip to content

Commit

Permalink
add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Apr 10, 2024
1 parent 3cf0b47 commit 2b97aa2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/parse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 解析插件
on:
push:
paths:
- 'parse/**'
jobs:
- uses: actions/upload-artifact@v4
with:
name: ffxiv_act_plugin.zip
path: parse
if-no-files-found: error
compression-level: 9

0 comments on commit 2b97aa2

Please sign in to comment.