Skip to content

Commit 346c681

Browse files
authored
include .zsync file in releases
1 parent f4ffcd8 commit 346c681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
chmod a+x ./android-tools-appimage.sh
2323
./android-tools-appimage.sh
2424
mkdir dist
25-
mv *AppImage dist/
25+
mv *AppImage* dist/
2626
2727
- name: Check version file
2828
run: |
@@ -57,7 +57,7 @@ jobs:
5757
- name: Read version
5858
run: |
5959
cat version
60-
export VERSION="$(<version)"
60+
export VERSION="$(cat version)"
6161
echo "APP_VERSION=${VERSION}" >> "${GITHUB_ENV}"
6262
6363
#Version Release

0 commit comments

Comments
 (0)