File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ jobs:
112112 AMO_SECRET : ${{ secrets.AMO_SECRET }}
113113 CRX_PRIV_KEY : ${{ secrets.CRX_PRIV_KEY }}
114114 PACK_PLATFORM : xpi,crx
115+ DEBUG : ' *'
115116 run : npm run pack
116117 - name : Upload snapshot release
117118 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 8282 CWS_TOKEN : ${{ secrets.CWS_TOKEN }}
8383 MS_CLIENT_ID : ${{ secrets.MS_CLIENT_ID }}
8484 MS_API_KEY : ${{ secrets.MS_API_KEY }}
85+ DEBUG : ' *'
8586 run : npm run pack
8687 - name : Upload release
8788 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1- import { rename } from 'fs/promises' ;
21import { getOutputFile , getVersion , join } from '../config.mjs' ;
32import { outputJSON } from '../utils.mjs' ;
43import { submitAddon } from './amo.mjs' ;
You can’t perform that action at this time.
0 commit comments