We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d60596 commit 9c087c9Copy full SHA for 9c087c9
.github/workflows/BuildFolders.yml
@@ -20,12 +20,12 @@ jobs:
20
with:
21
repository: "mtintes/bookmark-maker"
22
latest: true
23
- fileName: "bookmark-maker_0.3.0_linux_amd64.tar.gz"
+ fileName: "bookmark-maker_Linux_x86_64.tar.gz"
24
tarBall: true
25
- name: check
26
run: |
27
ls
28
- tar -xf bookmark-maker_0.3.0_linux_amd64.tar.gz
+ tar -xf bookmark-maker_Linux_x86_64.tar.gz
29
30
files=$(find ./folders -type f -name 'folders.yaml' | sed -r 's|/[^/]+$||' |sort |uniq)
31
0 commit comments