We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a923278 commit 7c03aceCopy full SHA for 7c03ace
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
run: echo "MICROZIG_VERSION=$(zig build package -- get-version)" >> $GITHUB_ENV
30
31
- name: Assemble Packages
32
- run: zig build package -- "${{ secrets.DOWNLOADS_URL }}"
+ run: zig build package -- https://microzig.tech/downloads/microzig
33
34
- name: Create Release Draft
35
uses: ncipollo/release-action@v1
0 commit comments