Skip to content

Commit

Permalink
Merge pull request #285 from jumppad-labs/f-fix-windows
Browse files Browse the repository at this point in the history
Fix windows builds
  • Loading branch information
nicholasjackson committed Mar 25, 2024
2 parents bd43b9a + 1bed9f5 commit ce82139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ jobs:
publish-type: "Update"
user: "jumppad"
package: "jumppad"
version: ${{ needs.github_release.outputs.version }}
url: "https://github.com/jumppad-labs/jumppad/releases/download/${{ needs.github_release.outputs.version }}/jumppad_${{ needs.github_release.outputs.version }}_windows_x86_64.zip|x64"
version: ${{ needs.release.outputs.version }}
url: "https://github.com/jumppad-labs/jumppad/releases/download/${{ needs.release.outputs.version }}/jumppad_${{ needs.release.outputs.version }}_windows_x86_64.zip|x64"
token: '${{ secrets.GH_TOKEN }}'

- name: Send status to Discord
Expand Down

0 comments on commit ce82139

Please sign in to comment.