Skip to content

Commit 9332786

Browse files
authored
Merge pull request #2 from karthik2804/restructure_deps_add_cli
restructure add command to infer sources
2 parents 9eeb02d + 2536112 commit 9332786

File tree

7 files changed

+571
-58
lines changed

7 files changed

+571
-58
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: ls -R
140140
- name: pluginify it
141141
run: |
142-
spin pluginify --merge --release-url-base https://github.com/karthik2804/-plugin/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
142+
spin pluginify --merge --release-url-base https://github.com/fermyon/spin-deps-plugin/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
143143
- name: Display merged manifest
144144
run: cat ${{ env.PROGRAM_NAME }}.json
145145

0 commit comments

Comments
 (0)