From 7b443818d132aa7e766e37475c796ea7b232fb1c Mon Sep 17 00:00:00 2001 From: DecDuck Date: Thu, 8 May 2025 08:25:10 +1000 Subject: [PATCH] fix: github ci and dialogtitle issue --- .env | 1 + .github/workflows/release.yml | 13 ++- pages/library/[id]/index.vue | 4 +- src-tauri/Cargo.lock | 187 +++++++++++++++++++++++++++++++++- 4 files changed, 194 insertions(+), 11 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..46f59fc --- /dev/null +++ b/.env @@ -0,0 +1 @@ +DATABASE_URL=./drop.db diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4374374..2b93177 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,9 @@ jobs: runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4 + with: + submodules: true + token: ${{ secrets.GITHUB_TOKEN }} - name: setup node uses: actions/setup-node@v4 @@ -57,9 +60,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. - releaseName: 'App v__VERSION__' - releaseBody: 'See the assets to download this version and install.' - releaseDraft: true - prerelease: false + tagName: dev-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. + releaseName: 'Auto-release v__VERSION__' + releaseBody: 'See the assets to download this version and install. This release was created automatically.' + releaseDraft: false + prerelease: true args: ${{ matrix.args }} diff --git a/pages/library/[id]/index.vue b/pages/library/[id]/index.vue index bfb397a..3f56b50 100644 --- a/pages/library/[id]/index.vue +++ b/pages/library/[id]/index.vue @@ -156,9 +156,9 @@