Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite authored Nov 7, 2024
1 parent a923278 commit 7c03ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: echo "MICROZIG_VERSION=$(zig build package -- get-version)" >> $GITHUB_ENV

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

- name: Create Release Draft
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 7c03ace

Please sign in to comment.