Skip to content

Commit 5fe4fba

Browse files
committed
Merge branch 'main' into camera-streamer
2 parents 39df9db + 9d3b335 commit 5fe4fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/custopize.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run: |
137137
mkdir build
138138
cd build
139-
wget ${{ env.OCTOPI_URL }} -O octopi.zip
139+
curl -L -o octopi.zip ${{ env.OCTOPI_URL }}
140140
141141
unzip octopi.zip
142142
rm octopi.zip
@@ -216,7 +216,7 @@ jobs:
216216
name: "${{ env.RELEASE_NAME }}"
217217
tag_name: "${{ env.RELEASE_TAG }}"
218218
body_path: "build/release.md"
219-
prerelease: ${{ contains(env.OCTOPRINT_VERSION, 'rc') }}
219+
prerelease: ${{ github.ref != 'refs/heads/main' || contains(env.OCTOPRINT_VERSION, 'rc') || contains(env.OCTOPI_VERSION, 'rc') }}
220220
fail_on_unmatched_files: true
221221
files: |
222222
build/${{ env.IMAGE_ZIP }}

0 commit comments

Comments
 (0)