Skip to content

Commit ccff2ca

Browse files
committed
save to new dir
1 parent 7b8b829 commit ccff2ca

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
fileName: "*.zst"
6565
tarBall: false
6666
zipBall: false
67+
out-file-path: "bkg"
6768

6869
- name: Dry run
6970
id: update

.github/workflows/update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
fileName: "*.zst"
5757
tarBall: false
5858
zipBall: false
59+
out-file-path: "bkg"
5960

6061
- name: Dry run
6162
id: update

src/lib/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ check_db() {
324324
release=$(query_api "repos/${GITHUB_OWNER}/${GITHUB_REPO}/releases/latest")
325325
latest=$(jq -r '.tag_name' <<<"$release")
326326

327-
until dldb "$latest" 1; do
327+
until dldb "$latest" "1"; do
328328
echo "Deleting the latest release..."
329329
curl_gh -X DELETE "https://api.github.com/repos/${GITHUB_OWNER}/${GITHUB_REPO}/releases/$(jq -r '.id' <<<"$release")"
330330
release=$(query_api "repos/${GITHUB_OWNER}/${GITHUB_REPO}/releases/latest")

0 commit comments

Comments
 (0)