We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c574d commit 7054344Copy full SHA for 7054344
.github/workflows/release.yaml
@@ -48,7 +48,7 @@ jobs:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
with:
50
upload_url: ${{ steps.create_release.outputs.upload_url }}
51
- asset_path: ./dist/main.js
+ asset_path: ./main.js
52
asset_name: main.js
53
asset_content_type: application/javascript
54
@@ -61,14 +61,3 @@ jobs:
61
asset_path: ./manifest.json
62
asset_name: manifest.json
63
asset_content_type: application/json
64
-
65
- - name: Upload styles.css (optional)
66
- if: ${{ steps.check_file.outputs.exists == 'true' }}
67
- uses: actions/upload-release-asset@v1
68
- env:
69
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
- with:
71
- upload_url: ${{ steps.create_release.outputs.upload_url }}
72
- asset_path: ./styles.css
73
- asset_name: styles.css
74
- asset_content_type: text/css
0 commit comments