Skip to content

Commit

Permalink
[GitHub Actions] Flatpak: Always return the exit status of flat-manag…
Browse files Browse the repository at this point in the history
…er-client push
  • Loading branch information
past-due committed Nov 10, 2023
1 parent fd4786c commit 0c54179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/flatpak/publish_to_flathub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ echo "::group::flat-manager-client purge"
flat-manager-client --token "${FH_TOKEN}" purge "${BUILD_ID}"
if [ $? -ne 0 ]; then
echo "ERROR: Purging failed"
exit_status=1
fi
echo "::endgroup::"

Expand Down

0 comments on commit 0c54179

Please sign in to comment.