Skip to content

Commit 92c000e

Browse files
authored
fix CI and update embedded zsync info (#5)
1 parent 7141961 commit 92c000e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ jobs:
3333
with:
3434
name: AppImage build ${{ matrix.ARCH }}
3535
path: |
36-
AppImageUpdate*.AppImage*
3736
appimageupdatetool*.AppImage*
38-
validate*.AppImage*
3937
4038
- name: Set version file
41-
if: ${{ matrix.optimized == false }}
4239
run: |
4340
echo "$GITHUB_SHA"
4441
echo "$GITHUB_SHA" | cut -c 1-9 > ~/version
@@ -84,7 +81,7 @@ jobs:
8481
uses: softprops/action-gh-release@v2
8582
with:
8683
name: "Continuous Build"
87-
tag_name: "continuous"
84+
tag_name: "${{ env.APP_VERSION }}"
8885
prerelease: false
8986
draft: false
9087
generate_release_notes: false
@@ -98,6 +95,7 @@ jobs:
9895
SNAPSHOT_TAG="$(date --utc +'%Y%m%d-%H%M%S')"
9996
echo SNAPSHOT_TAG="${SNAPSHOT_TAG}" >> "${GITHUB_ENV}"
10097
continue-on-error: false
98+
10199
- name: Snapshot Releaser
102100
uses: softprops/action-gh-release@v2
103101
with:

ci/build-appimages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ chmod +x linuxdeploy*.AppImage linuxdeploy-plugin-checkrt.sh
6666

6767

6868
find appimageupdatetool.AppDir/
69-
export UPD_INFO="gh-releases-zsync|pkgforge-dev|AppImageUpdate|continuous|*$ARCH.AppImage.zsync"
69+
export UPD_INFO="gh-releases-zsync|pkgforge-dev|AppImageUpdate|latest|*$ARCH.AppImage.zsync"
7070
export OUTPUT="appimageupdatetool"-"$ARCH".AppImage
7171

7272
# bundle application

0 commit comments

Comments
 (0)