File tree Expand file tree Collapse file tree 4 files changed +194
-11
lines changed Expand file tree Collapse file tree 4 files changed +194
-11
lines changed Original file line number Diff line number Diff line change 1+ DATABASE_URL = ./drop.db
Original file line number Diff line number Diff line change 3030 runs-on : ${{ matrix.platform }}
3131 steps :
3232 - uses : actions/checkout@v4
33+ with :
34+ submodules : true
35+ token : ${{ secrets.GITHUB_TOKEN }}
3336
3437 - name : setup node
3538 uses : actions/setup-node@v4
5760 env :
5861 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5962 with :
60- tagName : app -v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
61- releaseName : ' App v__VERSION__'
62- releaseBody : ' See the assets to download this version and install.'
63- releaseDraft : true
64- prerelease : false
63+ tagName : dev -v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
64+ releaseName : ' Auto-release v__VERSION__'
65+ releaseBody : ' See the assets to download this version and install. This release was created automatically. '
66+ releaseDraft : false
67+ prerelease : true
6568 args : ${{ matrix.args }}
Original file line number Diff line number Diff line change 156156 <template #default >
157157 <div class =" sm:flex sm:items-start" >
158158 <div class =" mt-3 text-center sm:mt-0 sm:text-left" >
159- <DialogTitle as = " h3 " class =" text-base font-semibold text-zinc-100"
159+ <h3 class =" text-base font-semibold text-zinc-100"
160160 >Install {{ game.mName }}?
161- </DialogTitle >
161+ </h3 >
162162 <div class =" mt-2" >
163163 <p class =" text-sm text-zinc-400" >
164164 Drop will add {{ game.mName }} to the queue to be downloaded.
You can’t perform that action at this time.
0 commit comments