We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.zsync
1 parent f4ffcd8 commit 346c681Copy full SHA for 346c681
.github/workflows/blank.yml
@@ -22,7 +22,7 @@ jobs:
22
chmod a+x ./android-tools-appimage.sh
23
./android-tools-appimage.sh
24
mkdir dist
25
- mv *AppImage dist/
+ mv *AppImage* dist/
26
27
- name: Check version file
28
run: |
@@ -57,7 +57,7 @@ jobs:
57
- name: Read version
58
59
cat version
60
- export VERSION="$(<version)"
+ export VERSION="$(cat version)"
61
echo "APP_VERSION=${VERSION}" >> "${GITHUB_ENV}"
62
63
#Version Release
0 commit comments