We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92caa2e commit 971cb30Copy full SHA for 971cb30
.github/workflows/build.yaml
@@ -116,4 +116,4 @@ jobs:
116
run: |
117
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
118
chmod +x pyuploadtool-x86_64.AppImage
119
- ./pyuploadtool-x86_64.AppImage --appimage-extract-and-run artifacts*/*
+ GITHUB_CONTINUOUS_RELEASE_TYPE=stable ./pyuploadtool-x86_64.AppImage --appimage-extract-and-run artifacts*/*
0 commit comments