ci: fix output names

This commit is contained in:
Chen Asraf
2022-11-11 00:04:36 +02:00
parent 20efe3d7d1
commit d19b931ff1
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
title: '[BUG] '
labels: bug, needs-triage
assignees: chenasraf
---
@@ -23,7 +23,7 @@ Steps to reproduce the behavior:
2. Run with args/config:
```shell
npx simple-scaffold@latest -t input -o output TplName
npx formplex-react@latest -t input -o output TplName
```
#### Expected behavior\*\*

View File

@@ -50,5 +50,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./package.tgz
asset_name: simple-scaffold ${{ steps.update_tag.outputs.tagname }}.tgz
asset_name: formplex-react ${{ steps.update_tag.outputs.tagname }}.tgz
asset_content_type: application/tgz

View File

@@ -46,5 +46,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./package.tgz
asset_name: simple-scaffold ${{ steps.update_tag.outputs.tagname }}.tgz
asset_name: formplex-react ${{ steps.update_tag.outputs.tagname }}.tgz
asset_content_type: application/tgz