Commit 1e14378 1 parent 16c8898 commit 1e14378 Copy full SHA for 1e14378
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- name : Set up variables
32
32
id : vars
33
+ shell : bash
33
34
run : |
34
- echo ::set-output name=NODE_VERSION::${{ matrix.target.node || '16' }}
35
- echo ::set-output name=ARCH::${{ matrix.target.emulate || 'amd64' }}
35
+ echo " ::set-output name=NODE_VERSION::${{ matrix.target.node || '16' }}"
36
+ echo " ::set-output name=ARCH::${{ matrix.target.emulate || 'amd64' }}"
36
37
37
38
- name : Install nix (for arm64)
38
39
if : ${{ matrix.target.emulate }}
76
77
run : bash .github/workflows/pack.sh
77
78
78
79
- name : Upload asset
80
+ shell : bash
79
81
run : >
80
82
bash .github/workflows/upload.sh
81
83
'${{ github.repository }}'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @koishijs/boilerplate" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"private" : true ,
5
5
"files" : [
6
6
" .env" ,
45
45
"optionalDependencies" : {
46
46
"@koishijs/plugin-database-mongo" : " ^3.4.1" ,
47
47
"@koishijs/plugin-database-mysql" : " ^4.5.1" ,
48
- "@koishijs/plugin-database-sqlite" : " ^1.4.2 " ,
48
+ "@koishijs/plugin-database-sqlite" : " ^1.4.3 " ,
49
49
"koishi-plugin-gocqhttp" : " ^2.3.0"
50
50
},
51
51
"dependencies" : {
You can’t perform that action at this time.
0 commit comments