Skip to content

Commit

Permalink
ci: compile and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Nov 12, 2024
1 parent 621f0c8 commit c53e8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Download compiled app
uses: actions/download-artifact@v4
with:
pattern: "*-${{inputs.renderer-template}}"
pattern: "*-${{inputs.renderer-template}}*"
path: dist
merge-multiple: true
- run: gh release create v${{inputs.app-version}}-${{inputs.renderer-template}} dist/*${{inputs.renderer-template}}* dist/*.yml --draft
Expand Down

0 comments on commit c53e8ef

Please sign in to comment.