We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7952f commit dfb3888Copy full SHA for dfb3888
2 files changed
.github/workflows/release.yml
@@ -20,10 +20,11 @@ jobs:
20
- run: npm install -g rollup
21
- run: npm install -g terser
22
- run: npm run build
23
- - name: Bump version and create release
+ - run: zip -r bottlecap.zip dist/*
24
+ - name: Create release
25
id: release
26
uses: softprops/action-gh-release@v1
27
with:
- files: dist/*
28
+ files: bottlecap.zip
29
token: ${{ secrets.GITHUB_TOKEN }}
30
tag_name: ${{ github.event.inputs.releaseTag }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bottlecap",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "A 2D GAME FRAMEWORK FOR HYPERCASUAL GAMES",
5
"main": "dist/index.js",
6
"scripts": {
0 commit comments