Skip to content

Commit 7b44381

Browse files
committed
fix: github ci and dialogtitle issue
1 parent fa4a881 commit 7b44381

File tree

4 files changed

+194
-11
lines changed

4 files changed

+194
-11
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DATABASE_URL=./drop.db

.github/workflows/release.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
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
@@ -57,9 +60,9 @@ jobs:
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 }}

pages/library/[id]/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@
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.

src-tauri/Cargo.lock

Lines changed: 183 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)