Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
tag_name: Datapower25
tag_name: Datapower26
files: |
dist/*.zip
dist/*.jar
Expand Down
4 changes: 2 additions & 2 deletions src/main/zip/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1825,8 +1825,8 @@
</command>
</step-type>

<step-type name="Upload Diectory">
<description>Upload directories</description>
<step-type name="Upload Directory">
<description>Upload a directory</description>
<properties>
<property name="fromDir">
<property-ui type="textBox" default-value="" label="From directory" description="Source directory"/>
Expand Down