Skip to content

Commit 9c087c9

Browse files
committed
update bookmark tar
1 parent 3d60596 commit 9c087c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildFolders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
with:
2121
repository: "mtintes/bookmark-maker"
2222
latest: true
23-
fileName: "bookmark-maker_0.3.0_linux_amd64.tar.gz"
23+
fileName: "bookmark-maker_Linux_x86_64.tar.gz"
2424
tarBall: true
2525
- name: check
2626
run: |
2727
ls
28-
tar -xf bookmark-maker_0.3.0_linux_amd64.tar.gz
28+
tar -xf bookmark-maker_Linux_x86_64.tar.gz
2929
ls
3030
files=$(find ./folders -type f -name 'folders.yaml' | sed -r 's|/[^/]+$||' |sort |uniq)
3131

0 commit comments

Comments
 (0)