Skip to content

Commit

Permalink
Merge pull request #472 from orbitersim/workflow-refactor-pathfix
Browse files Browse the repository at this point in the history
Adjust release URL to match upload destination
  • Loading branch information
Xyon authored Jul 23, 2024
2 parents c7ac7ca + 4901d29 commit 718a891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: "Create nightly release"
uses: softprops/action-gh-release@v2
with:
body: https://orbiter.voron.software/downloads/Orbiter-${{ inputs.version }}.zip
body: https://cdn.openorbiter.space/orbiter-releases/Orbiter-${{ inputs.version }}.zip
tag_name: ${{ inputs.version }}
prerelease: false
make_latest: true
Expand Down

0 comments on commit 718a891

Please sign in to comment.