diff --git a/.github/workflows/marketplace.yml b/.github/workflows/marketplace.yml index c4a4e6c..c38c7ea 100644 --- a/.github/workflows/marketplace.yml +++ b/.github/workflows/marketplace.yml @@ -34,7 +34,8 @@ jobs: manifest.json synthetic.xml *.png - - run: echo ${{ env.MATCHED_FILES }} + *.svg + - run: echo ${{ env.GIT_DIFF_FILTERED }} - uses: actions/checkout@v2 with: @@ -45,4 +46,4 @@ jobs: - run: | cp integrations-marketplace/githubactions.sh . chmod 777 githubactions.sh - ./githubactions.sh ${{ env.MATCHED_FILES }} ${{ env.plugin_name }} $PWD 'community' + ./githubactions.sh ${{ env.GIT_DIFF_FILTERED }} ${{ env.plugin_name }} $PWD 'community' diff --git a/icon/xlr-ucd-plugin.svg b/icon/xlr-ucd-plugin.svg new file mode 100644 index 0000000..2fc1cf2 --- /dev/null +++ b/icon/xlr-ucd-plugin.svg @@ -0,0 +1,3 @@ + + + diff --git a/manifest.json b/manifest.json index 2927615..8bf99c8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ }, "metadata": { "updatedDate": "2022-01-31", - "logo" : "https://raw.githubusercontent.com/xebialabs-community/xlr-ucd-plugin/master/icon/xlr-ucd-plugin.png", + "logo" : "https://raw.githubusercontent.com/xebialabs-community/xlr-ucd-plugin/master/icon/xlr-ucd-plugin.svg", "popularity":"3", "rating" : "3", "reviewed" : "10",