Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Nov 9, 2024
1 parent 1d0b302 commit a24793d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Artifacts
path:
- build/libs/
- xb-onedrive/build/libs/xbackup-xb-onedrive-all.jar
path: build/libs/
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class BackupDatabaseService(
}

suspend fun getLatestBackup(): Backup = dbQuery {
BackupTable.select(BackupTable.id).last().toBackup()
BackupTable.selectAll().last().toBackup()
}
}

Expand Down

0 comments on commit a24793d

Please sign in to comment.