Skip to content

Commit

Permalink
CI/CD: add aditional tests for safety.
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Apr 1, 2021
1 parent b22a5c5 commit 533f2f0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,14 @@ jobs:
rm -rf MakeAppImageTorrent*
rm -rf appimagetool*
rm -rf linuxdeployqt*
ls
# Check if all files needed are generated.
file AppImageUpdater-$VERSION-x86_64.AppImage
file appimageupdatercli-$VERSION-x86_64.AppImage
file AppImageUpdater-$VERSION-x86_64.AppImage.zsync
file appimageupdatercli-$VERSION-x86_64.AppImage.zsync
file AppImageUpdater-$VERSION-x86_64.AppImage.torrent
file appimageupdatercli-$VERSION-x86_64.AppImage.torrent
- name: Delete Old Development GUI Builds
if: needs.Check.outputs.deploy == 'false'
Expand Down

0 comments on commit 533f2f0

Please sign in to comment.