Skip to content

Commit 432cb80

Browse files
authored
Do not mark continuous as "prerelease" (AppImage#95)
This has led to confusion, as people thought there is "no recent release". In fact, continuous is always the only supported release.
1 parent 66bee2d commit 432cb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ jobs:
116116
run: |
117117
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
118118
chmod +x pyuploadtool-x86_64.AppImage
119-
./pyuploadtool-x86_64.AppImage --appimage-extract-and-run artifacts*/*
119+
GITHUB_CONTINUOUS_RELEASE_TYPE=stable ./pyuploadtool-x86_64.AppImage --appimage-extract-and-run artifacts*/*

0 commit comments

Comments
 (0)