Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
imevul committed Aug 15, 2023
1 parent 6019b48 commit 925bae5
Show file tree
Hide file tree
Showing 53 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
path: 'src'
filename: '${{ github.event.repository.name }}-${{ github.ref_name }}.zip'
exclusions: '*.git* /*node_modules/* .editorconfig .vscode* README.md tooltip.png'
exclusions: '*.git* /*node_modules/* .editorconfig .vscode .vscode/* README.md tooltip.png'
- name: Upload Release
uses: ncipollo/release-action@v1
with:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: AttuneHelper
## Notes: Helps you keep track of attuned items
## Author: Imevul
## Version: 1.0.2-Release
## Version: 1.0.3-Release
## SavedVariables: AttuneHelperDB
## OptionalDeps: Ace3, LinkWrangler
## X-Category: Imevul
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: AttuneHelper_TradeSkill
## Notes: Attunement related things for tradeskills
## Author: Imevul
## Version: 1.0.2-Release
## Version: 1.0.3-Release
## SavedVariables: AttuneHelperDB
## Dependencies: AttuneHelper
## OptionalDeps: Ace3
Expand Down

0 comments on commit 925bae5

Please sign in to comment.