Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: work flow repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Apr 6, 2024
1 parent bbb52fe commit 61d6922
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 19 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ jobs:
asset_path: artifact/latest.zip
asset_name: latest.zip
asset_content_type: application/zip

- name: Trigger Repo Update
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
repository: ${{ github.repository_owner }}/Dalamud_Plugins
event-type: new-release
26 changes: 26 additions & 0 deletions ActionTimelineEx/ActionTimelineEx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"Author": "Tischel, ArchiTed",
"Name": "ActionTimelineEx",
"InternalName": "ActionTimelineEx",
"AssemblyVersion": "1.3.6.0",
"Description": "Configurable timeline display of all the actions you use.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/ArchiDog1998/ActionTimelineEx",
"Tags": [
"UI"
],
"CategoryTags": [
"UI"
],
"DalamudApiLevel": 9,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"ImageUrls": [
"https://raw.githubusercontent.com/ArchiDog1998/ActionTimelineEx/main/Images/example.gif"
],
"IconUrl": "https://xivapi.com/i/000000/000073_hr1.png",
"Punchline": "Show your actions in real-time.",
"AcceptsFeedback": true
}
18 changes: 0 additions & 18 deletions ActionTimelineEx/ActionTimelineEx.yaml

This file was deleted.

0 comments on commit 61d6922

Please sign in to comment.