Skip to content

Commit

Permalink
Distribute Alfred workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvisser committed Sep 13, 2023
1 parent 06c4566 commit cc1cdeb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@
</path>
<platform>osx-x86_64</platform>
</artifact>
<artifact>
<path>
{{artifactsDir}}/git-plugin/target/distributions/{{distributionName}}-{{projectVersion}}.alfredworkflow
</path>
<platform>universal</platform>
</artifact>
</artifacts>
</git-plugin>
<splunk-plugin>
Expand All @@ -155,6 +161,12 @@
</path>
<platform>osx-x86_64</platform>
</artifact>
<artifact>
<path>
{{artifactsDir}}/splunk-plugin/target/distributions/{{distributionName}}-{{projectVersion}}.alfredworkflow
</path>
<platform>universal</platform>
</artifact>
</artifacts>
</splunk-plugin>
</distributions>
Expand Down

0 comments on commit cc1cdeb

Please sign in to comment.