This repository was archived by the owner on Jul 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2424 yarn run dist
2525 - name : Building
2626 run : yarn run build
27+ env :
28+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2729 - name : Publish
2830 run : |
2931 curl -T ./dist/app/dist/${{ steps.info.outputs.productName }}.deb -udoomlerd:${{ secrets.BT_KEY }} "https://api.bintray.com/content/premid/debian-ubuntu/premid/${{ steps.info.outputs.version }}-${{ steps.info.outputs.timestamp }}/pool/nightly/p/premid_${{ steps.info.outputs.version }}-${{ steps.info.outputs.timestamp }}_amd64.deb;deb_distribution=nightly;deb_component=main;deb_architecture=amd64;publish=1"
3234 run : |
3335 jq -c '.productName = "PreMiD Portable"' ./dist/app/package.json > tmp.$$.json && mv tmp.$$.json ./dist/app/package.json
3436 yarn run build:n-appimage
37+ env :
38+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3539 - name : Create Release
3640 uses : softprops/action-gh-release@v1
3741 with :
6266 yarn run dist
6367 - name : Building
6468 run : yarn run build
69+ env :
70+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6571 - name : Publish
6672 run : |
6773 curl -T ./dist/app/dist/${{ steps.info.outputs.productName }}.deb -udoomlerd:${{ secrets.BT_KEY }} "https://api.bintray.com/content/premid/debian-ubuntu/premid/${{ steps.info.outputs.version }}/pool/stable/p/premid_${{ steps.info.outputs.version }}_amd64.deb;deb_distribution=stable;deb_component=main;deb_architecture=amd64;publish=1"
Original file line number Diff line number Diff line change 2121 "start" : " electron dist/app/." ,
2222 "dev" : " devScript" ,
2323 "dist" : " tsc && devScript --copyOnly && cd dist/app/ && yarn install" ,
24- "build" : " electron-builder --project ./dist/app/" ,
24+ "build" : " electron-builder --project ./dist/app/ -p never " ,
2525 "build:appimage" : " electron-builder --project ./dist/app/ build -l AppImage --x64 -p onTagOrDraft" ,
2626 "build:n-appimage" : " electron-builder --project ./dist/app/ build -l AppImage --x64 -p never"
2727 },
You can’t perform that action at this time.
0 commit comments