Skip to content

Commit a2dc93f

Browse files
authored
Merge pull request #13 from pojntfx/use-new-hydrun-url
Use tagged hydrun release
2 parents 892509a + 63d8bfa commit a2dc93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hydrun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-buildx-action@v1
1818
- name: Set up hydrun
1919
run: |
20-
curl -L -o /tmp/hydrun https://github.com/pojntfx/hydrun/releases/download/latest/hydrun.linux-$(uname -m)
20+
curl -L -o /tmp/hydrun "https://github.com/pojntfx/hydrun/releases/latest/download/hydrun.linux-$(uname -m)"
2121
sudo install /tmp/hydrun /usr/local/bin
2222
- name: Build backend with hydrun
2323
run: hydrun -a amd64,arm64,arm/v7 ./Hydrunfile

0 commit comments

Comments
 (0)