Skip to content

Commit ca619ab

Browse files
committed
Debug testing
1 parent 17d8bbc commit ca619ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staticbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: |
173173
channel="${{ github.ref_name }}"
174174
# we call our main branch releases "latest"
175-
if [ "$channel" = "main" ]; then
175+
if [ "$channel" = "devreleases" ]; then
176176
channel="latest"
177177
fi
178178

0 commit comments

Comments
 (0)