Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit 8a7d9a2

Browse files
authored
Merge pull request #4 from pojntfx/use-new-hydrun-url
Use tagged hydrun release
2 parents a6f7e99 + 9edd4d4 commit 8a7d9a2

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)