File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
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
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 :
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ chmod +x linuxdeploy*.AppImage linuxdeploy-plugin-checkrt.sh
6666
6767
6868find 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"
7070export OUTPUT=" appimageupdatetool" -" $ARCH " .AppImage
7171
7272# bundle application
You can’t perform that action at this time.
0 commit comments