Skip to content

Commit

Permalink
Merge pull request #2 from karthik2804/restructure_deps_add_cli
Browse files Browse the repository at this point in the history
restructure add command to infer sources
  • Loading branch information
karthik2804 authored Sep 25, 2024
2 parents 9eeb02d + 2536112 commit 9332786
Show file tree
Hide file tree
Showing 7 changed files with 571 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
run: ls -R
- name: pluginify it
run: |
spin pluginify --merge --release-url-base https://github.com/karthik2804/-plugin/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
spin pluginify --merge --release-url-base https://github.com/fermyon/spin-deps-plugin/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
- name: Display merged manifest
run: cat ${{ env.PROGRAM_NAME }}.json

Expand Down
Loading

0 comments on commit 9332786

Please sign in to comment.