Skip to content

Commit 7c03ace

Browse files
authored
Update deploy.yml
1 parent a923278 commit 7c03ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "MICROZIG_VERSION=$(zig build package -- get-version)" >> $GITHUB_ENV
3030

3131
- name: Assemble Packages
32-
run: zig build package -- "${{ secrets.DOWNLOADS_URL }}"
32+
run: zig build package -- https://microzig.tech/downloads/microzig
3333

3434
- name: Create Release Draft
3535
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)