Skip to content

Commit

Permalink
find and delete old zsync files
Browse files Browse the repository at this point in the history
Signed-off-by: Fuseteam <[email protected]>
  • Loading branch information
Fuseteam authored and mgallien committed May 25, 2022
1 parent bc634ec commit 6da3a04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin/linux/upload-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ for data in $(echo $assets | jq -r '.[] | @uri'); do
echo "Deleting old asset: $name"
$(delete_release_asset $assetId)
fi

if [[ "$name" == *.zsync ]]; then
echo "Deleting old asset: $name"
$(delete_release_asset $assetId)
fi
done

# Upload release asset
Expand Down

0 comments on commit 6da3a04

Please sign in to comment.