Skip to content

Commit

Permalink
Fix plugin download URL (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok authored Nov 11, 2024
1 parent bcea295 commit 408a3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Build plugins and generate plugins index.yaml
env:
PLUGIN_DOWNLOAD_URL_BASE_PATH: "${{ env.VERSION }}"
PLUGIN_DOWNLOAD_URL_BASE_PATH: "https://github.com/${{ github.repository }}/releases/download/${{ env.VERSION }}"
run: |
make publish-plugins
USE_ARCHIVE=true make gen-plugin-index
Expand Down

0 comments on commit 408a3d4

Please sign in to comment.